remove unused ts importHelpers config (#2638)

This commit is contained in:
Kuitos 2023-08-28 11:04:29 +08:00 committed by GitHub
parent 33c1d6d8d4
commit 34bc50c4ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@
},
"dependencies": {
"@babel/runtime": "^7.10.5",
"import-html-entry": "^1.14.6",
"import-html-entry": "^1.15.1",
"lodash": "^4.17.11",
"single-spa": "^5.9.2"
},

View File

@ -6,7 +6,7 @@
"declaration": true,
"outDir": "./esm",
"rootDir": "./",
"importHelpers": true,
"importHelpers": false,
"downlevelIteration": true,
"strict": true,
"noImplicitAny": true,