]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/standalone/videos/tsconfig.json
Merge branch 'feature/improve-live' into develop
[github/Chocobozzz/PeerTube.git] / client / src / standalone / videos / tsconfig.json
1 {
2 "extends": "../../../tsconfig.json",
3 "include": [
4 "./embed.ts",
5 "./test-embed.ts"
6 ]
7 }