mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* Use PartialObject for object predicates * Add typescript version * Update lodash module generator and update modules to TypeScript 2.1 * Use Partial to define PartialObject, fix LodashStatic.find * Use PartialObject as predicate in lodash.filter * Add TS2.1 header to bookshelf, lodash-decorators, lodash-es, sequelize/v3, sequelize, sequelize-fixtures, and umzug
10 lines
162 B
JSON
10 lines
162 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"baseUrl": "../..",
|
|
"typeRoots": [
|
|
"../../"
|
|
],
|
|
"types": []
|
|
}
|
|
} |