Files
Slutprojekt-Webbutveckling-…/tsconfig.node.json
T
phille06 f913a78b86
Deploy static content to Pages / deploy (push) Has been cancelled
feat: satt upp Vite + React + TypeScript + TailwindCSS
2026-03-25 00:21:55 +01:00

11 lines
213 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}