initialize react project

This commit is contained in:
DerTyp7
2023-09-27 14:43:19 +02:00
parent 6839501c83
commit 01c8c28482
16 changed files with 2835 additions and 24 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"]
}