]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - tsconfig.json
Bumped to version v5.2.1
[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": [
b8fa3e8c 11 "node_modules/@types"
12 ]
8b03e2ce 13 },
06aad801 14 "references": [
15 { "path": "./shared" },
16 { "path": "./server" },
17 { "path": "./scripts" }
18 ],
bde40499 19 "files": [ "server.ts", "server/types/express.d.ts", "server/types/lib.d.ts" ]
65fcc311 20}