2021-11-09 07:49:08 -05:00
|
|
|
{
|
|
|
|
"extends": "./tsconfig.json",
|
|
|
|
"compilerOptions": {
|
2021-12-28 04:18:15 -05:00
|
|
|
"outDir": "../packages/types/dist/server",
|
2021-11-09 07:49:08 -05:00
|
|
|
"stripInternal": true,
|
|
|
|
"removeComments": false,
|
|
|
|
"emitDeclarationOnly": true
|
|
|
|
},
|
|
|
|
"references": [
|
|
|
|
{ "path": "../shared/tsconfig.types.json" }
|
|
|
|
],
|
|
|
|
"exclude": [
|
|
|
|
"tools/",
|
|
|
|
"tests/"
|
|
|
|
]
|
|
|
|
}
|