Skip to content

Commit

Permalink
fix(tsconfig): ignore preserveConstEnums
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Oct 17, 2023
1 parent 92aab70 commit 8cd114a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/tsconfig/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"forceConsistentCasingInFileNames": true,
"tsBuildInfoFile": null,
"noImplicitOverride": true,
"preserveConstEnums": true,
"isolatedModules": false,
"noEmitHelpers": true,
"pretty": true,
"stripInternal": false,
Expand Down

0 comments on commit 8cd114a

Please sign in to comment.