diamond-in commited on
Commit
b5f8d6b
·
verified ·
1 Parent(s): 203fb56

Create tsconfig.node.json

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