nerandb.fast
Version:
Nerandb benzeri async JSON/LevelDB tabanlı veritabanı modülü
29 lines • 625 B
JSON
{
"compilerOptions": {
"outDir": "./file/*",
"module": "commonjs",
"target": "es5",
"moduleResolution": "node",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"noUnusedLocals": true,
"sourceMap": true,
"declaration": false,
"pretty": true,
"strictNullChecks": true,
"lib": [
"es2016",
"dom",
"scripthost"
]
},
"include": [
"./typings/*"
],
"exclude": [
"node_modules"
],
"typeRoots": [
"./node_modules/@types"
]
}