]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - packages/types/tsconfig.dist.json
Update changelog
[github/Chocobozzz/PeerTube.git] / packages / types / tsconfig.dist.json
1 {
2 "extends": "./tsconfig.json",
3 "compilerOptions": {
4 "typeRoots": [
5 "node_modules/@types",
6 "client/node_modules/@types"
7 ],
8 "baseUrl": "./dist",
9 "paths": {
10 "@server/*": [ "server/*" ],
11 "@shared/*": [ "shared/*" ],
12 "@client/*": [ "client/*" ]
13 }
14 }
15 }
16