first commit

This commit is contained in:
Janis
2023-03-09 21:49:50 +01:00
commit 1fd417d6c3
17 changed files with 2367 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"]
}