2021-11-09 06:49:08 -06:00
|
|
|
{
|
|
|
|
"extends": "./tsconfig.json",
|
|
|
|
"compilerOptions": {
|
2021-11-09 06:49:08 -06:00
|
|
|
"outDir": "../types/dist/shared",
|
2021-11-09 06:49:08 -06:00
|
|
|
"stripInternal": true,
|
|
|
|
"removeComments": false,
|
|
|
|
"emitDeclarationOnly": true
|
2021-12-17 02:29:23 -06:00
|
|
|
},
|
|
|
|
"exclude": [
|
|
|
|
"server-commands/"
|
|
|
|
]
|
2021-11-09 06:49:08 -06:00
|
|
|
}
|