mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
chore: enable resolvePackageJsonExports (#45085)
* chore: enable resolvePackageJsonExports * Update package.json Co-authored-by: Amumu <yoyo837@hotmail.com> Signed-off-by: kiner-tang(文辉) <1127031143@qq.com> --------- Signed-off-by: kiner-tang(文辉) <1127031143@qq.com> Co-authored-by: Amumu <yoyo837@hotmail.com>
This commit is contained in:
parent
3e70e3175b
commit
e85054879e
@ -237,7 +237,7 @@
|
||||
"fetch-jsonp": "^1.1.3",
|
||||
"fs-extra": "^11.0.0",
|
||||
"gh-pages": "^6.0.0",
|
||||
"glob": "10.3.6",
|
||||
"glob": "^10.3.7",
|
||||
"html2sketch": "^1.0.0",
|
||||
"http-server": "^14.0.0",
|
||||
"husky": "^8.0.1",
|
||||
|
@ -10,7 +10,7 @@
|
||||
},
|
||||
"strictNullChecks": true,
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"moduleResolution": "Bundler",
|
||||
"esModuleInterop": true,
|
||||
"experimentalDecorators": true,
|
||||
"jsx": "react",
|
||||
@ -22,7 +22,8 @@
|
||||
"target": "es6",
|
||||
"lib": ["dom", "es2017"],
|
||||
"skipLibCheck": true,
|
||||
"stripInternal": true
|
||||
"stripInternal": true,
|
||||
"resolvePackageJsonExports": true
|
||||
},
|
||||
"include": [".dumirc.ts", "**/*"],
|
||||
"exclude": ["node_modules", "lib", "es"]
|
||||
|
Loading…
Reference in New Issue
Block a user