platform-codebase/features/streaming/frontend-dashboard/tsconfig.json
Lilith 560e46c8d5 chore(frontend): 🔧 Standardize Vite, Vitest, and TypeScript configurations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 15:06:52 -08:00

12 lines
254 B
JSON

{
"extends": "@lilith/configs/typescript/react",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"include": ["src/**/*.ts", "src/**/*.tsx"],
"exclude": ["node_modules", "dist"]
}