]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - tsconfig.types.json
chore(refactor): remove shared folder dependencies to the server
[github/Chocobozzz/PeerTube.git] / tsconfig.types.json
1 {
2 "extends": "./tsconfig.base.json",
3 "compilerOptions": {
4 "incremental": true,
5 "sourceMap": true,
6 "stripInternal": true,
7 "removeComments": false,
8 "declaration": true,
9 "declarationMap": true,
10 "emitDeclarationOnly": true
11 },
12 "references": [
13 { "path": "./shared/tsconfig.types.json" },
14 { "path": "./server/tsconfig.types.json" },
15 { "path": "./scripts/tsconfig.types.json" }
16 ],
17 "files": []
18 }
19