9 lines
149 B
JSON
9 lines
149 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist"
|
|
},
|
|
"references": [
|
|
{ "path": "../../shared" }
|
|
]
|
|
}
|