Use lodash/scripts/generate-modules.ts to generate lodash-es too (#18751)

This commit is contained in:
Andy
2017-08-08 14:06:51 -07:00
committed by GitHub
parent 802fca28a0
commit 49a86971ef
1701 changed files with 4024 additions and 3720 deletions

View File

@@ -1,7 +1,4 @@
{
"files": [
"index.d.ts"
],
"compilerOptions": {
"module": "commonjs",
"lib": [
@@ -9,7 +6,7 @@
],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [
"../"
@@ -17,5 +14,8 @@
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true
}
},
"files": [
"index.d.ts"
]
}