mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
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:
committed by
Masahiro Wakame
parent
788c758591
commit
5661e33ce1
19
node-json-db/tsconfig.json
Normal file
19
node-json-db/tsconfig.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user