Files
DefinitelyTyped/types/globalthis/tsconfig.json
2019-11-05 09:07:36 -08:00

23 lines
416 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": ["es5"],
"noImplicitAny": true,
"noImplicitThis": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": ["../"],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"implementation.d.ts",
"index.d.ts",
"polyfill.d.ts",
"shim.d.ts",
"globalthis-tests.ts"
]
}