12 lines
232 B
JSON
12 lines
232 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../types/dist/shared",
|
|
"stripInternal": true,
|
|
"removeComments": false,
|
|
"emitDeclarationOnly": true
|
|
},
|
|
"exclude": [
|
|
"server-commands/"
|
|
]
|
|
}
|