aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/standalone/videos/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/standalone/videos/tsconfig.json')
-rw-r--r--client/src/standalone/videos/tsconfig.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/standalone/videos/tsconfig.json b/client/src/standalone/videos/tsconfig.json
index e0cab7ca3..7d532985c 100644
--- a/client/src/standalone/videos/tsconfig.json
+++ b/client/src/standalone/videos/tsconfig.json
@@ -1,7 +1,7 @@
1{ 1{
2 "extends": "../../../tsconfig.json", 2 "extends": "../../../tsconfig.json",
3 "include": [ 3 "include": [
4 "src/standalone/videos/embed.ts", 4 "./embed.ts",
5 "src/standalone/videos/test-embed.ts" 5 "./test-embed.ts"
6 ] 6 ]
7} 7}