aboutsummaryrefslogtreecommitdiffhomepage
path: root/tsconfig.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-06-18 13:38:20 +0200
committerChocobozzz <me@florianbigard.com>2020-06-18 13:39:13 +0200
commitc24aac6bc73033195c37d81cf2b7449c9b54712c (patch)
treef736377972b32f7a9cbd8ed5ca518ef589fc983f /tsconfig.json
parent6567e5a796a740ce512a487218cfcfb914872657 (diff)
downloadPeerTube-c24aac6bc73033195c37d81cf2b7449c9b54712c.tar.gz
PeerTube-c24aac6bc73033195c37d81cf2b7449c9b54712c.tar.zst
PeerTube-c24aac6bc73033195c37d81cf2b7449c9b54712c.zip
Fix tests
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index d305722c4..aa129c1d9 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -28,6 +28,7 @@
28 "@shared/*": [ "shared/*" ] 28 "@shared/*": [ "shared/*" ]
29 } 29 }
30 }, 30 },
31 "include": [ "." ],
31 "exclude": [ 32 "exclude": [
32 "server/tools/", 33 "server/tools/",
33 "node_modules", 34 "node_modules",