DefinitelyTyped/types/gapi.client.sheets/tsconfig.json
Maxim Mazurok c0d93a8214
[gapi.client.sheets] automatic update (#43734)
* automatic gapi.client.sheets update @ Wed, 08 Apr 2020 14:04:17 GMT

* automatic gapi.client.sheets update @ Wed, 08 Apr 2020 17:14:04 GMT

* automatic gapi.client.sheets update @ Wed, 08 Apr 2020 18:14:20 GMT

* automatic gapi.client.sheets update @ Wed, 08 Apr 2020 19:15:40 GMT
2020-04-08 12:58:53 -07:00

19 lines
402 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"]
}