Skip to content

Commit 8e86756

Browse files
committed
Add missing tsconfig.node.json for Vite v5 TypeScript project references
cgen-91a71a1ad00240a6bc119e531ee4a7a4
1 parent b32c2dc commit 8e86756

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

frontend/tsconfig.node.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"compilerOptions": {
3+
"composite": true,
4+
"module": "ESNext",
5+
"moduleResolution": "bundler",
6+
"allowSyntheticDefaultImports": true,
7+
"skipLibCheck": true
8+
},
9+
"include": [
10+
"vite.config.ts"
11+
]
12+
}

0 commit comments

Comments
 (0)