17 lines
302 B
JSON
17 lines
302 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "../types/server",
|
||
|
"stripInternal": true,
|
||
|
"removeComments": false,
|
||
|
"emitDeclarationOnly": true
|
||
|
},
|
||
|
"references": [
|
||
|
{ "path": "../shared/tsconfig.types.json" }
|
||
|
],
|
||
|
"exclude": [
|
||
|
"tools/",
|
||
|
"tests/"
|
||
|
]
|
||
|
}
|