DefinitelyTyped/node-json-db/tsconfig.json
Ilya Kuznetsov 5661e33ce1 Type definitions for node-json-db (#12319)
* Type definitions for node-json-db

* declaration of module 'node-json-db' was removed
2016-11-01 22:13:01 +09:00

19 lines
402 B
JSON

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