DefinitelyTyped/types/gapi.client.sheets/tsconfig.json
Maxim Mazurok 2071c4b1de [gapi.client.sheets] Update Google Sheets API (#41155)
[gapi.client.sheets] Update Google Sheets API
2019-12-19 22:20:53 -08:00

25 lines
518 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"
]
}