Skip to content

Commit f3b3268

Browse files
dcodeIOlukechilds
authored andcommitted
Fix CI
1 parent 332a579 commit f3b3268

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

packages/ui/tsconfig.node.json

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

0 commit comments

Comments
 (0)