13 lines
184 B
JSON
13 lines
184 B
JSON
|
{
|
||
|
"extends": "../tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "../dist/server"
|
||
|
},
|
||
|
"references": [
|
||
|
{ "path": "../shared" }
|
||
|
],
|
||
|
"exclude": [
|
||
|
"tools/"
|
||
|
]
|
||
|
}
|