DefinitelyTyped/types/google-apps-script/tsconfig.json
Grant Timmerman d9576a981b [@types/google-apps-script] Fixes #32585. Removes lib.d.ts. (#35730)
* [@types/google-apps-script] Fixes #32585. Removes lib.d.ts.

* [google-apps-script] Fixes conflicting Date class
2019-05-28 12:20:52 -07:00

21 lines
477 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": ["es5"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"google-apps-script-tests.ts"
]
}