DefinitelyTyped/ndarray/tsconfig.json
Giff Song 5d8373707c Add typings for ndarray (#12208)
* Add typings for ndarray

* [ndarray] Fix indentation

* [ndarray] Make test be passed with strictNullChecks=true
2016-10-25 11:39:18 -07:00

20 lines
398 B
JSON

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