Skip to content

Commit f2d5719

Browse files
authored
Update README.md
1 parent f7796cb commit f2d5719

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ export default {
3535
*/
3636
module.exports = {
3737
settings: {
38-
// use default config:
38+
// This uses the default `vite.config.js` file and the Vite configuration is an object.
3939
"import/resolver": "vite",
4040

41-
// OR use custom config:
41+
// OR use custom config (see Config Options below):
4242
"import/resolver": {
4343
vite: {
44-
configPath: "./app1/vite.confg.dev.js"
44+
configPath: "./app1/vite.confg.ts"
4545
}
4646
}
4747
}

0 commit comments

Comments
 (0)