]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - packages/types/tsconfig.dist.json
Translated using Weblate (Croatian)
[github/Chocobozzz/PeerTube.git] / packages / types / tsconfig.dist.json
CommitLineData
b8fa3e8c 1{
9b3294a8 2 "extends": "./tsconfig.json",
b8fa3e8c 3 "compilerOptions": {
4 "typeRoots": [
5 "node_modules/@types",
6 "client/node_modules/@types"
7 ],
b969539c 8 "baseUrl": "./dist",
b8fa3e8c 9 "paths": {
10 "@server/*": [ "server/*" ],
11 "@shared/*": [ "shared/*" ],
12 "@client/*": [ "client/*" ]
13 }
14 }
15}
16