Files
DefinitelyTyped/scripts/tsconfig.json
Nathan Shively-Sanders 7b8e49fe91 Add update-codeowners script
Right now it works but doesn't open a PR for you.
Also not present as an npm script.
2019-03-04 15:26:23 -08:00

14 lines
272 B
JSON

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