Files

21 lines
587 B
JSON
Raw Permalink Normal View History

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "./dist",
"composite": true
},
"include": ["src/**/*", "tests/**/*"],
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"],
"references": [
{ "path": "../../packages/shared" },
{ "path": "../../packages/schemas" },
{ "path": "../../packages/auth" },
{ "path": "../../packages/crypto" },
{ "path": "../../packages/database" },
{ "path": "../../packages/events" },
{ "path": "../../packages/jobs" },
{ "path": "../../packages/notifications" }
]
}