DefinitelyTyped/types/gapi.client.sheets/tsconfig.json
2020-05-19 14:27:05 -07:00

19 lines
462 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": ["es6", "dom"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true,
"strictFunctionTypes": true
},
"files": ["index.d.ts", "gapi.client.sheets-tests.ts"]
}