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