DefinitelyTyped/code/tsconfig.json
Prashant Tiwari 00740e74f7 Types for code v4.0.0 (#12402)
* Initial commit for code v4.0.0

* Merge upstream, remove module declaration

* Fix include alias signature, fix typos

* Add stronger types to tests and run linter
2016-11-02 23:51:00 +09:00

19 lines
394 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"code-tests.ts"
]
}