]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - server/tsconfig.types.json
More specific message when signup is not allowed
[github/Chocobozzz/PeerTube.git] / server / tsconfig.types.json
CommitLineData
8b03e2ce 1{
2 "extends": "./tsconfig.json",
3 "compilerOptions": {
6627dbc9 4 "outDir": "../packages/types/dist/server",
8b03e2ce 5 "stripInternal": true,
6 "removeComments": false,
7 "emitDeclarationOnly": true
8 },
9 "references": [
10 { "path": "../shared/tsconfig.types.json" }
11 ],
12 "exclude": [
13 "tools/",
14 "tests/"
15 ]
16}