]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - server/tools/tsconfig.json
Merge branch 'release/4.0.0' into develop
[github/Chocobozzz/PeerTube.git] / server / tools / tsconfig.json
1 {
2 "extends": "../../tsconfig.json",
3 "include": [ ".", "../typings" ],
4 "exclude": [ ] // Overwrite exclude property
5 }