Files
spacedrive/apps/web/tsconfig.node.json
Jamie Pine 14dbd8da61 lint
2026-01-07 21:58:17 -08:00

12 lines
243 B
JSON

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