21 lines
No EOL
545 B
JSON
21 lines
No EOL
545 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./",
|
|
"outDir": "./dist",
|
|
"composite": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"types": ["node", "bun-types"]
|
|
},
|
|
"include": ["./**/*.ts"],
|
|
"exclude": ["node_modules", "dist"],
|
|
"references": [
|
|
{ "path": "../config" },
|
|
{ "path": "../logger" },
|
|
{ "path": "../../data/mongodb" },
|
|
{ "path": "../../data/postgres" },
|
|
{ "path": "../../data/cache" },
|
|
{ "path": "../../services/queue" }
|
|
]
|
|
} |