DefinitelyTyped/types/gapi.client.classroom/tsconfig.json
Declan Vong ed2125ebc2
Update gapi.client.classroom types using new type generator (#40407)
* Update Google Classroom types using new generator

* Fix formatting

* More fixes

* .

* Update types/gapi.client.classroom/tsconfig.json
2020-02-05 08:39:20 -08:00

25 lines
521 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.classroom-tests.ts"
]
}