Add base react app

This commit is contained in:
2024-06-29 13:01:50 +02:00
parent d4a81f5fdf
commit 236871e241
17 changed files with 4263 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{
"compilerOptions": {
"composite": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo",
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"strict": true,
"noEmit": true
},
"include": ["vite.config.ts"]
}