Revert "chore: enable resolvePackageJsonExports (#45085)" (#45092)

This reverts commit e85054879e.
This commit is contained in:
kiner-tang(文辉) 2023-09-26 14:40:51 +08:00 committed by GitHub
parent d07ad8f504
commit e91abf3df3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -237,7 +237,7 @@
"fetch-jsonp": "^1.1.3",
"fs-extra": "^11.0.0",
"gh-pages": "^6.0.0",
"glob": "^10.3.7",
"glob": "10.3.6",
"html2sketch": "^1.0.0",
"http-server": "^14.0.0",
"husky": "^8.0.1",

View File

@ -10,7 +10,7 @@
},
"strictNullChecks": true,
"module": "esnext",
"moduleResolution": "Bundler",
"moduleResolution": "node",
"esModuleInterop": true,
"experimentalDecorators": true,
"jsx": "react",
@ -22,8 +22,7 @@
"target": "es6",
"lib": ["dom", "es2017"],
"skipLibCheck": true,
"stripInternal": true,
"resolvePackageJsonExports": true
"stripInternal": true
},
"include": [".dumirc.ts", "**/*"],
"exclude": ["node_modules", "lib", "es"]