Skip to content

Commit bf474b5

Browse files
authored
fix: Duplicate identifier 'LibraryManagedAttributes'. (#37)
* fix: 修复 npm install * fix: package-lock.json * fix: "skipLibCheck": true,
1 parent 9eb194c commit bf474b5

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mlz/doraemon",
3-
"version": "0.10.2",
3+
"version": "0.10.3",
44
"description": "项目常用但lodash又没有的工具函数集合,哆啦A梦般方便实用",
55
"main": "lib/index.js",
66
"module": "es/index.js",
@@ -70,7 +70,7 @@
7070
"@types/lodash": "^4.14.157",
7171
"dumi": "^1.0.8",
7272
"eslint": "^7.2.0",
73-
"father-build": "^1.19.1",
73+
"father-build": "^1.17.2",
7474
"gh-pages": "^3.0.0",
7575
"jest": "^26.0.1",
7676
"jsdom": "^16.3.0",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"strict": true,
1313
"sourceMap": true,
1414
"declaration": true,
15+
"skipLibCheck": true,
1516
"allowSyntheticDefaultImports": true,
1617
"experimentalDecorators": true,
1718
"emitDecoratorMetadata": true,

0 commit comments

Comments
 (0)