]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - server/tsconfig.types.json
Bumped to version v5.2.0-rc.1
[github/Chocobozzz/PeerTube.git] / server / tsconfig.types.json
1 {
2 "extends": "./tsconfig.json",
3 "compilerOptions": {
4 "outDir": "../packages/types/dist/server",
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 }