mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-03-18 12:29:53 +00:00
* 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
19 lines
402 B
JSON
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"]
|
|
}
|