Files
DefinitelyTyped/scripts/tsconfig.json
Nathan Shively-Sanders a3d8801687 Put everything in one Promise chain
Also start compiling JS files in scripts/
2019-03-06 07:44:43 -08:00

16 lines
322 B
JSON

{
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"module": "commonjs",
"target": "es6",
"strict": true,
"baseUrl": "../types",
"typeRoots": [
"../types"
],
"types": [],
"forceConsistentCasingInFileNames": true
}
}