DefinitelyTyped/types/lowdb/tsconfig.json

31 lines
721 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6",
"dom"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"adapters/Base.d.ts",
"adapters/FileAsync.d.ts",
"adapters/FileSync.d.ts",
"adapters/LocalStorage.d.ts",
"adapters/Memory.d.ts",
"lib/fp.d.ts",
"lib/main.d.ts",
"lowdb-tests.ts"
]
}