15 lines
313 B
JSON
Executable File
15 lines
313 B
JSON
Executable File
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"rootDir": "src",
|
|
"outDir": "dist"
|
|
},
|
|
"references": [
|
|
{ "path": "../../packages/shared" },
|
|
{ "path": "../../packages/db" },
|
|
{ "path": "../../packages/api-client" }
|
|
],
|
|
"include": ["src/**/*.ts"]
|
|
}
|