dvc890 commited on
Commit
3fa2120
·
verified ·
1 Parent(s): e3a038d

Create tsconfig.node.json

Browse files
Files changed (1) hide show
  1. tsconfig.node.json +10 -0
tsconfig.node.json ADDED
@@ -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
+ }