new start

This commit is contained in:
2023-07-23 00:24:37 +02:00
parent 1c70b969df
commit 57e37ec850
27 changed files with 4873 additions and 0 deletions

9
tsconfig.node.json Normal file
View File

@@ -0,0 +1,9 @@
{
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "Node",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}