Files
tsos/tsconfig.node.json
Oliver Bryan 019b8545f1 basic setup
react
ts
tailwind
vite
biome
bun
2026-01-07 12:22:30 +00:00

11 lines
239 B
JSON

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