➖ remove unused ts importHelpers config (#2638)
This commit is contained in:
parent
33c1d6d8d4
commit
34bc50c4ff
|
|
@ -102,7 +102,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.10.5",
|
"@babel/runtime": "^7.10.5",
|
||||||
"import-html-entry": "^1.14.6",
|
"import-html-entry": "^1.15.1",
|
||||||
"lodash": "^4.17.11",
|
"lodash": "^4.17.11",
|
||||||
"single-spa": "^5.9.2"
|
"single-spa": "^5.9.2"
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
"declaration": true,
|
"declaration": true,
|
||||||
"outDir": "./esm",
|
"outDir": "./esm",
|
||||||
"rootDir": "./",
|
"rootDir": "./",
|
||||||
"importHelpers": true,
|
"importHelpers": false,
|
||||||
"downlevelIteration": true,
|
"downlevelIteration": true,
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"noImplicitAny": true,
|
"noImplicitAny": true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user