We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332a579 commit f3b3268Copy full SHA for f3b3268
packages/ui/tsconfig.node.json
@@ -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