aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/e2e/tsconfig.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-08-17 14:42:53 +0200
committerChocobozzz <me@florianbigard.com>2021-08-18 08:35:06 +0200
commit9df52d660feb722404be00a50f3c8a612bec1c15 (patch)
treedde52880fa012874d24c60f64eb596b0a789cc8b /client/e2e/tsconfig.json
parentadb8809d43648ea0a64d6845bb39aa3bd0e005a6 (diff)
downloadPeerTube-9df52d660feb722404be00a50f3c8a612bec1c15.tar.gz
PeerTube-9df52d660feb722404be00a50f3c8a612bec1c15.tar.zst
PeerTube-9df52d660feb722404be00a50f3c8a612bec1c15.zip
Migrate client to eslint
Diffstat (limited to 'client/e2e/tsconfig.json')
-rw-r--r--client/e2e/tsconfig.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/client/e2e/tsconfig.json b/client/e2e/tsconfig.json
new file mode 100644
index 000000000..77d311e88
--- /dev/null
+++ b/client/e2e/tsconfig.json
@@ -0,0 +1,13 @@
1{
2 "extends": "../tsconfig.json",
3 "compilerOptions": {
4 "outDir": "../out-tsc/app",
5 "module": "commonjs",
6 "target": "es5",
7 "types": [
8 "jasmine",
9 "jasminewd2",
10 "node"
11 ]
12 }
13}