DefinitelyTyped/types/vexdb/tsconfig.json
Brendan McGuire 3a151309f6 Add typings for vexdb (#26942)
* Vastly improve quality of types

* Init Commit

* Add README

* Comply with linting

* Add editor config, and remove README

* Add back editor config

* Remove extra file

* Add new line
2018-07-03 09:53:16 -07:00

17 lines
370 B
JSON

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