]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - tsconfig.json
a14a97dfb2355ee4f7084582f773991e930210dc
[github/Chocobozzz/PeerTube.git] / tsconfig.json
1 {
2 "extends": "./tsconfig.base.json",
3 "references": [
4 { "path": "./shared" },
5 { "path": "./server" },
6 { "path": "./scripts" }
7 ],
8 "files": ["server.ts"]
9 }