Skip to content

Commit dc01380

Browse files
committed
refactor(vite): Rename vite.config.js to vite.config.ts.
Include Vite Config in Intellisense tsconfig.json for type checking Signed-off-by: Drew Hoener <[email protected]>
1 parent f49e960 commit dc01380

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"noEmit": true
55
},
66
"include": [
7+
"vite.config.ts",
78
"./src"
89
]
910
}
File renamed without changes.

0 commit comments

Comments
 (0)