Files
Red-Bull-Tracker/tsconfig.node.json
T
Ned Halksworth a9a35cc751 intial commit
2026-05-15 21:36:13 +01:00

12 lines
252 B
JSON

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