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>
10 lines
235 B
JSON
10 lines
235 B
JSON
{
|
|
"extends": "@lilith/configs/typescript/base",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|