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