aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/e2e
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-08-17 14:01:51 +0200
committerChocobozzz <me@florianbigard.com>2021-08-17 14:06:56 +0200
commit1d4591fd9c724c9409da31612f6d8c008f1cb5e4 (patch)
treeedf37dad3e3424d6b7a0c5149f47da88124e0286 /client/e2e
parent1378c0d343028f3d40d7d795422684ab9e6a1599 (diff)
downloadPeerTube-1d4591fd9c724c9409da31612f6d8c008f1cb5e4.tar.gz
PeerTube-1d4591fd9c724c9409da31612f6d8c008f1cb5e4.tar.zst
PeerTube-1d4591fd9c724c9409da31612f6d8c008f1cb5e4.zip
Remove solution style ts config
Diffstat (limited to 'client/e2e')
-rw-r--r--client/e2e/tsconfig.e2e.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/e2e/tsconfig.e2e.json b/client/e2e/tsconfig.e2e.json
index 415179b48..77d311e88 100644
--- a/client/e2e/tsconfig.e2e.json
+++ b/client/e2e/tsconfig.e2e.json
@@ -1,5 +1,5 @@
1{ 1{
2 "extends": "../tsconfig.base.json", 2 "extends": "../tsconfig.json",
3 "compilerOptions": { 3 "compilerOptions": {
4 "outDir": "../out-tsc/app", 4 "outDir": "../out-tsc/app",
5 "module": "commonjs", 5 "module": "commonjs",
@@ -10,4 +10,4 @@
10 "node" 10 "node"
11 ] 11 ]
12 } 12 }
13} \ No newline at end of file 13}