Commit fb16433
fix: create vite.config.js instead of .ts to avoid TS-ESLint errors
Projects like vue-mini have strict TypeScript-ESLint configs that reject
.ts files not included in tsconfig.json. Using .js avoids this issue.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent fd0b12e commit fb16433
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
64 | 66 | | |
65 | | - | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
0 commit comments