Skip to content

Commit

Permalink
🚨 Disable the the verbatimModuleSyntax option
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Sep 25, 2024
1 parent b3a139d commit 61da4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/colorwind/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"incremental": true,
"resolveJsonModule": true,
"allowArbitraryExtensions": true,
"verbatimModuleSyntax": true,
"verbatimModuleSyntax": false,
"assumeChangesOnlyAffectDirectDependencies": true,
"esModuleInterop": true,
"sourceRoot": ".",
Expand Down

0 comments on commit 61da4a0

Please sign in to comment.