Type definitions for node-json-db (#12319)

* Type definitions for node-json-db

* declaration of module 'node-json-db' was removed
This commit is contained in:
Ilya Kuznetsov
2016-11-01 16:13:01 +03:00
committed by Masahiro Wakame
parent 788c758591
commit 5661e33ce1
3 changed files with 151 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"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"
]
}