Skip to content

Commit

Permalink
fix(tsconfig): ignore stripInternal
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Oct 17, 2023
1 parent 5d69ff7 commit c67e14b
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 @@ -59,7 +59,7 @@
"preserveConstEnums": true,
"noEmitHelpers": true,
"pretty": true,
"stripInternal": true,
"stripInternal": false,
"noUncheckedIndexedAccess": false,
"importsNotUsedAsValues": "remove",
"noPropertyAccessFromIndexSignature": false,
Expand Down

0 comments on commit c67e14b

Please sign in to comment.