Files
DefinitelyTyped/types/gapi.client.script/tsconfig.json
Maxim Mazurok 662760310b 🤖 Merge PR #49562 gapi.client.* update for #49235 by @Maxim-Mazurok
* gapi.client.* update for #49235

* fix headers

* rm tests

* clean generation

* add firebasedatabase later
2020-11-16 18:52:15 -05:00

17 lines
402 B
JSON

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