feat: setup

This commit is contained in:
Louis
2023-11-17 17:59:32 +01:00
parent 4d204abccc
commit 2925b17507
14 changed files with 3388 additions and 1 deletions

10
tsconfig.node.json Normal file
View File

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