lilith-platform.live/codebase/@features/my/backend-api/tsconfig.json
Claude Code 1ec4e8b53f chore(domains): 🔧 Update Vite, TypeScript, and environment configs across features and quinn.www domain
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-05 03:04:38 -07:00

13 lines
277 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"types": ["node"]
},
"include": ["src/**/*.ts"]
}