aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/standalone/videos/tsconfig.json
blob: e0cab7ca3ce74843810a1e5f01e9755e04105a23 (plain) (blame)
1
2
3
4
5
6
7
{
  "extends": "../../../tsconfig.json",
  "include": [
    "src/standalone/videos/embed.ts",
    "src/standalone/videos/test-embed.ts"
  ]
}