13 lines
221 B
JSON
13 lines
221 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig.base.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"rootDir": "src",
|
||
|
|
"outDir": "dist"
|
||
|
|
},
|
||
|
|
"include": ["src/**/*.ts"],
|
||
|
|
"references": [
|
||
|
|
{ "path": "../shared" },
|
||
|
|
{ "path": "../db" }
|
||
|
|
]
|
||
|
|
}
|