aboutsummaryrefslogtreecommitdiffhomepage
path: root/tsconfig.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-06-18 17:12:24 +0200
committerChocobozzz <me@florianbigard.com>2020-06-18 17:14:02 +0200
commit07aea1a2642fc9868cb01e30c322514029d5b95a (patch)
tree926e8ee498539770d82b67846e5fd83d2008c296 /tsconfig.json
parentc24aac6bc73033195c37d81cf2b7449c9b54712c (diff)
downloadPeerTube-07aea1a2642fc9868cb01e30c322514029d5b95a.tar.gz
PeerTube-07aea1a2642fc9868cb01e30c322514029d5b95a.tar.zst
PeerTube-07aea1a2642fc9868cb01e30c322514029d5b95a.zip
Use TS_NODE_FILES instead of --files
Because --files does not work
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index aa129c1d9..d305722c4 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -28,7 +28,6 @@
28 "@shared/*": [ "shared/*" ] 28 "@shared/*": [ "shared/*" ]
29 } 29 }
30 }, 30 },
31 "include": [ "." ],
32 "exclude": [ 31 "exclude": [
33 "server/tools/", 32 "server/tools/",
34 "node_modules", 33 "node_modules",