Skip to content

Commit

Permalink
fix: set importHelpers: false for recommended tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Jul 12, 2022
1 parent b42703b commit 1b04d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig/node14/recommended.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"*": ["../node_modules/*"]
},
"declaration": false,
"importHelpers": true,
"importHelpers": false,
"listFiles": false,
"traceResolution": false,
"pretty": true,
Expand Down

0 comments on commit 1b04d89

Please sign in to comment.