Skip to content

Commit c75ad57

Browse files
authored
Merge branch 'main' into dev
2 parents 4722873 + 65579f9 commit c75ad57

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tsconfig.node.json

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"compilerOptions": {
3+
"composite": true,
4+
"module": "ESNext",
5+
"moduleResolution": "Node",
6+
"allowSyntheticDefaultImports": true
7+
},
8+
"include": ["vite.config.ts"]
9+
}

0 commit comments

Comments
 (0)