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