diff options
Diffstat (limited to 'client/src/standalone/videos/tsconfig.json')
-rw-r--r-- | client/src/standalone/videos/tsconfig.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/client/src/standalone/videos/tsconfig.json b/client/src/standalone/videos/tsconfig.json new file mode 100644 index 000000000..e0cab7ca3 --- /dev/null +++ b/client/src/standalone/videos/tsconfig.json | |||
@@ -0,0 +1,7 @@ | |||
1 | { | ||
2 | "extends": "../../../tsconfig.json", | ||
3 | "include": [ | ||
4 | "src/standalone/videos/embed.ts", | ||
5 | "src/standalone/videos/test-embed.ts" | ||
6 | ] | ||
7 | } | ||