feat: satt upp Vite + React + TypeScript + TailwindCSS
Deploy static content to Pages / deploy (push) Has been cancelled

This commit is contained in:
2026-03-25 00:21:55 +01:00
parent 24972d0ba0
commit f913a78b86
13 changed files with 764 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}