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