platform-deployments/@domains/spoiledbabes.www/root/tsconfig.node.json
Quinn Ftw bf86b90391 chore: Clean up after workspace restructure
Remove scripts/, tooling/run/, and services/queue-worker/ that were
migrated to the platform root. Add new @domains/ structure with
deployment manifests and locale files. Update nginx configs and
clean .gitignore to properly exclude node_modules and dist.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-28 22:55:06 -08:00

10 lines
235 B
JSON

{
"extends": "@lilith/configs/typescript/base",
"compilerOptions": {
"composite": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts"]
}