]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - server/tsconfig.json
More specific message when signup is not allowed
[github/Chocobozzz/PeerTube.git] / server / tsconfig.json
1 {
2 "extends": "../tsconfig.base.json",
3 "compilerOptions": {
4 "outDir": "../dist/server"
5 },
6 "references": [
7 { "path": "../shared" }
8 ],
9 "exclude": [
10 "tools/",
11 "tests/fixtures"
12 ]
13 }