]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/tsconfig.types.json
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / shared / tsconfig.types.json
CommitLineData
8b03e2ce 1{
2 "extends": "./tsconfig.json",
3 "compilerOptions": {
6627dbc9 4 "outDir": "../packages/types/dist/shared",
8b03e2ce 5 "stripInternal": true,
6 "removeComments": false,
7 "emitDeclarationOnly": true
bf54587a
C
8 },
9 "exclude": [
10 "server-commands/"
11 ]
8b03e2ce 12}