blob: da6b572eac24ef482ce789f47ca466cbf91dd3e6 (
plain) (
tree)
|
|
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../packages/types/dist/server",
"stripInternal": true,
"removeComments": false,
"emitDeclarationOnly": true
},
"references": [
{ "path": "../shared/tsconfig.types.json" }
],
"exclude": [
"tools/",
"tests/"
]
}
|