Skip to content

Commit

Permalink
Remove explicit isolatedModules config
Browse files Browse the repository at this point in the history
This is set to true when verbatimModuleSyntax is enabled.
  • Loading branch information
3flex committed Nov 11, 2024
1 parent dd2d7f5 commit 380fdf1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"allowJs": true,
"isolatedModules": true,
"sourceMap": true,
"outDir": "./dist/",
"verbatimModuleSyntax": true,
Expand Down

0 comments on commit 380fdf1

Please sign in to comment.