Files
PeerTube/shared/tsconfig.types.json
T

13 lines
241 B
JSON
Raw Normal View History

2021-11-09 13:49:08 +01:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
2021-12-28 10:18:15 +01:00
"outDir": "../packages/types/dist/shared",
2021-11-09 13:49:08 +01:00
"stripInternal": true,
"removeComments": false,
"emitDeclarationOnly": true
},
"exclude": [
"server-commands/"
]
2021-11-09 13:49:08 +01:00
}