]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - tsconfig.json
Don't manage remote channels
[github/Chocobozzz/PeerTube.git] / tsconfig.json
CommitLineData
65fcc311 1{
06aad801 2 "extends": "./tsconfig.base.json",
8b03e2ce 3 "compilerOptions": {
4 "outDir": "./dist/",
5 "baseUrl": "./",
6 "paths": {
7 "@server/*": [ "server/*" ],
8 "@shared/*": [ "shared/*" ]
b8fa3e8c 9 },
10 "typeRoots": [
11 "server/typings",
12 "node_modules/@types"
13 ]
8b03e2ce 14 },
06aad801 15 "references": [
16 { "path": "./shared" },
17 { "path": "./server" },
18 { "path": "./scripts" }
19 ],
f8360396 20 "files": [ "server.ts", "server/types/express.d.ts" ]
65fcc311 21}