Skip to content

Commit

Permalink
➖ remove unused ts importHelpers config
Browse files Browse the repository at this point in the history
  • Loading branch information
kuitos committed Aug 28, 2023
1 parent 33c1d6d commit dfd2373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"declaration": true,
"outDir": "./esm",
"rootDir": "./",
"importHelpers": true,
"importHelpers": false,
"downlevelIteration": true,
"strict": true,
"noImplicitAny": true,
Expand Down

0 comments on commit dfd2373

Please sign in to comment.