]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/tsconfig.types.json
More robust runner update handler
[github/Chocobozzz/PeerTube.git] / client / tsconfig.types.json
CommitLineData
8b03e2ce 1{
2 "extends": "./tsconfig.json",
3 "compilerOptions": {
4 "stripInternal": true,
5 "removeComments": false,
6 "declaration": true,
6627dbc9 7 "outDir": "../packages/types/dist/client/",
8b03e2ce 8 "emitDeclarationOnly": true,
9 "composite": true,
10 "rootDir": "src/",
6627dbc9 11 "tsBuildInfoFile": "../packages/types/dist/tsconfig.client.tsbuildinfo"
8b03e2ce 12 },
13 "references": [
14 { "path": "../shared/tsconfig.types.json" }
15 ],
9d1b826b
C
16 "files": [ "src/types/index.ts" ],
17 "include": [
18 "src/types/**/*"
19 ]
8b03e2ce 20}