aboutsummaryrefslogtreecommitdiffhomepage
path: root/types/tsconfig.dist.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-12-28 10:18:15 +0100
committerChocobozzz <me@florianbigard.com>2021-12-28 10:18:15 +0100
commit6627dbc957477aa32e21ed1bdc8cd72b928cd616 (patch)
treee6dbe45b7259cc01ff0255887d45d331bc81026f /types/tsconfig.dist.json
parent52b356cfe257e8e0d357a498e87d9299c95cdbe5 (diff)
downloadPeerTube-6627dbc957477aa32e21ed1bdc8cd72b928cd616.tar.gz
PeerTube-6627dbc957477aa32e21ed1bdc8cd72b928cd616.tar.zst
PeerTube-6627dbc957477aa32e21ed1bdc8cd72b928cd616.zip
Move types package in packages/
Diffstat (limited to 'types/tsconfig.dist.json')
-rw-r--r--types/tsconfig.dist.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/types/tsconfig.dist.json b/types/tsconfig.dist.json
deleted file mode 100644
index fbc92712b..000000000
--- a/types/tsconfig.dist.json
+++ /dev/null
@@ -1,16 +0,0 @@
1{
2 "extends": "./tsconfig.json",
3 "compilerOptions": {
4 "typeRoots": [
5 "node_modules/@types",
6 "client/node_modules/@types"
7 ],
8 "baseUrl": "./dist",
9 "paths": {
10 "@server/*": [ "server/*" ],
11 "@shared/*": [ "shared/*" ],
12 "@client/*": [ "client/*" ]
13 }
14 }
15}
16