Skip to content

Commit

Permalink
fix: update tsconfig in react and preact templates (fix: #17443)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-cc committed Jun 13, 2024
1 parent 29a260c commit d301523
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/create-vite/template-preact-ts/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"allowImportingTsExtensions": true,
"resolveJsonModule": true,
"isolatedModules": true,
"moduleDetection": "force",
"noEmit": true,
"jsx": "react-jsx",
"jsxImportSource": "preact",
Expand Down
1 change: 1 addition & 0 deletions packages/create-vite/template-react-ts/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"allowImportingTsExtensions": true,
"resolveJsonModule": true,
"isolatedModules": true,
"moduleDetection": "force",
"noEmit": true,
"jsx": "react-jsx",

Expand Down

0 comments on commit d301523

Please sign in to comment.