platform-codebase/features/platform-analytics/backend-api/tsconfig.test.json
Lilith dcae150ea6 chore: snapshot before monorepo consolidation
Capture current working state before converting platform-codebase
into a submodule of the lilith-platform monorepo.
2026-01-29 07:04:30 -08:00

14 lines
300 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"],
"@test/*": ["./test/*"]
},
"types": ["vitest/globals", "node"]
},
"include": ["src/**/*", "test/**/*"],
"exclude": ["node_modules", "dist"]
}