Skip to content

Commit

Permalink
feat(tsconfig): change verbatimModuleSyntax=true and moduleDetection=…
Browse files Browse the repository at this point in the history
…force
  • Loading branch information
alimd committed Jan 3, 2024
1 parent f75fccd commit 75e40f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/tsconfig-base/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"module": "ESNext",
"moduleResolution": "Bundler",
"lib": ["ES2023", "DOM"],
"verbatimModuleSyntax": true,
"moduleDetection": "force",
// "allowJs": true,
// "checkJs": true,
// "jsx": "preserve",
Expand Down

0 comments on commit 75e40f9

Please sign in to comment.