chore: scaffold the project

This commit is contained in:
2024-04-18 15:10:31 +02:00
commit 7ba2e15940
13 changed files with 1805 additions and 0 deletions

11
tsconfig.node.json Normal file
View File

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