]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/tsconfig.json
Merge branch 'release/4.3.0' into develop
[github/Chocobozzz/PeerTube.git] / scripts / tsconfig.json
CommitLineData
06aad801 1{
2 "extends": "../tsconfig.base.json",
3 "compilerOptions": {
8b03e2ce 4 "outDir": "../dist/scripts"
06aad801 5 },
6 "references": [
7 { "path": "../shared" },
8 { "path": "../server" }
9 ]
10}