1
0
Fork 0
peertube/shared/tsconfig.types.json
2021-12-17 09:29:23 +01:00

12 lines
232 B
JSON

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