DefinitelyTyped/types/nestdb/tslint.json
Alex 6214765f1f Add typings for NestDB (#39063)
* Add typings for NestDB

Based on the existing NeDB typings, since NestDB is a fork.

* Update index.d.ts

* Update nestdb-tests.ts
2019-10-16 14:59:28 -07:00

7 lines
100 B
JSON

{
"extends": "dtslint/dt.json",
"rules": {
"no-unnecessary-generics": false
}
}