Skip to content

Commit

Permalink
make sure the tslib helpers aren't getting imported
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean McBeth committed Sep 19, 2023
1 parent 839393b commit 07582b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Juniper.TypeScript/tsconfig_base.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"forceConsistentCasingInFileNames": true,
"importHelpers": true,
"importHelpers": false,
"incremental": true,
"noEmit": false,
"noEmitHelpers": true,
Expand Down

0 comments on commit 07582b9

Please sign in to comment.