Commit 4bc95a0
committed
fix(create): use bundler module resolution in monorepo template (#1065)
The monorepo template's tsconfig used nodenext module resolution which
requires explicit .js extensions on relative imports and breaks Vite
config type autocomplete. Switch to module: preserve and
moduleResolution: bundler which is correct for Vite projects.
Closes #10291 parent a58741f commit 4bc95a0
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments