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