aboutsummaryrefslogtreecommitdiffhomepage
path: root/types/tsconfig.dist.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-12-14 13:48:13 +0100
committerChocobozzz <chocobozzz@cpy.re>2021-12-16 10:08:43 +0100
commit9b3294a8496c89c7880054de1f1f09c9990f1b46 (patch)
tree4c3271417505ee81c36b1ac23fc2829e5aad432a /types/tsconfig.dist.json
parent75278e289067977291baa7e2ac217e85fc7d6088 (diff)
downloadPeerTube-9b3294a8496c89c7880054de1f1f09c9990f1b46.tar.gz
PeerTube-9b3294a8496c89c7880054de1f1f09c9990f1b46.tar.zst
PeerTube-9b3294a8496c89c7880054de1f1f09c9990f1b46.zip
Fix some build scripts and lint
Diffstat (limited to 'types/tsconfig.dist.json')
-rw-r--r--types/tsconfig.dist.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/types/tsconfig.dist.json b/types/tsconfig.dist.json
index d9c3fdfc3..fc2dbe45b 100644
--- a/types/tsconfig.dist.json
+++ b/types/tsconfig.dist.json
@@ -1,5 +1,5 @@
1{ 1{
2 "extends": "./tsconfig.base.json", 2 "extends": "./tsconfig.json",
3 "compilerOptions": { 3 "compilerOptions": {
4 "typeRoots": [ 4 "typeRoots": [
5 "node_modules/@types", 5 "node_modules/@types",