init backend
This commit is contained in:
parent
3690de9fe0
commit
54701c196a
38 changed files with 480 additions and 0 deletions
9
frontend/tsconfig.node.json
Normal file
9
frontend/tsconfig.node.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Node",
|
||||
"allowSyntheticDefaultImports": true
|
||||
},
|
||||
"include": ["vite.config.ts"]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue