Files
DefinitelyTyped/types/leveldown/tsconfig.json
Thiago de Arruda f3b9cb6f51 Split levelup/leveldown into separate declarations (#16062)
* Split levelup/leveldown into separate declarations

Also make some changes to allow importing levelup with ES6 module syntax.

* Adapt level-sublevel to the latest changes in levelup
2017-05-04 18:14:45 -07:00

23 lines
453 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
"files": [
"index.d.ts",
"leveldown-tests.ts"
]
}