]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - packages/types/tsconfig.json
Merge remote-tracking branch 'weblate/develop' into develop
[github/Chocobozzz/PeerTube.git] / packages / types / tsconfig.json
CommitLineData
b8fa3e8c 1{
6627dbc9 2 "extends": "../../tsconfig.base.json",
b8fa3e8c 3 "compilerOptions": {
4 "stripInternal": true,
5 "removeComments": false,
6 "emitDeclarationOnly": true,
7 "outDir": "./dist/",
8 "baseUrl": "./src/",
9 "rootDir": "./src/",
b969539c 10 "tsBuildInfoFile": "./dist/tsconfig.server.types.tsbuildinfo",
b8fa3e8c 11 "paths": {
6627dbc9
C
12 "@server/*": [ "../../../server/*" ],
13 "@shared/*": [ "../../../shared/*" ],
14 "@client/*": [ "../../../client/src/*" ]
b8fa3e8c 15 }
16 },
17 "references": [
6627dbc9
C
18 { "path": "../../shared/tsconfig.types.json" },
19 { "path": "../../server/tsconfig.types.json" },
b8fa3e8c 20 { "path": "./src/client/tsconfig.json" }
21 ],
b969539c 22 "files": ["./src/index.ts"]
b8fa3e8c 23}