mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* feat(lodash): update types and list of lodash functions * fix: add missing typings for flatMapDepth * test(lodash): update test with newly added function Note: pullAllWith is not included * fix: add missing entries in tsconfig.json * feat: add and generate new modules * fix(lodash): improve typings * fix: update with latest flatMap types * fix(lodash): remove redundant types for updateWith method * fix(lodash): improve types of flatMapDeep and flatMapDepth and tests replace Many with ListOfRecursiveArraysOrValues
21 lines
422 B
JSON
21 lines
422 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"lib": [
|
|
"es6"
|
|
],
|
|
"noImplicitAny": true,
|
|
"noImplicitThis": true,
|
|
"strictNullChecks": true,
|
|
"baseUrl": "../",
|
|
"typeRoots": [
|
|
"../"
|
|
],
|
|
"types": [],
|
|
"noEmit": true,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"files": [
|
|
"index.d.ts"
|
|
]
|
|
} |