mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-16 05:42:48 +00:00
* Add typings for NestDB Based on the existing NeDB typings, since NestDB is a fork. * Update index.d.ts * Update nestdb-tests.ts
7 lines
100 B
JSON
7 lines
100 B
JSON
{
|
|
"extends": "dtslint/dt.json",
|
|
"rules": {
|
|
"no-unnecessary-generics": false
|
|
}
|
|
}
|