🎉 Initial version

This commit is contained in:
2024-04-23 00:15:21 +02:00
commit 0d9074bd4a
14 changed files with 2220 additions and 0 deletions

10
tsconfig.node.json Normal file
View File

@ -0,0 +1,10 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true
},
"include": ["vite.config.ts"]
}