diff options
author | Chocobozzz <me@florianbigard.com> | 2021-09-03 10:27:04 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-09-03 16:35:18 +0200 |
commit | 6d210220be0875d63461829d83c6e3a59d05cf7a (patch) | |
tree | 60ec5b596ef06295b70ebb553920a39b549e0f13 /client/e2e/tsconfig.json | |
parent | 2ede07153ce0282b116345dfee09bff902355a75 (diff) | |
download | PeerTube-6d210220be0875d63461829d83c6e3a59d05cf7a.tar.gz PeerTube-6d210220be0875d63461829d83c6e3a59d05cf7a.tar.zst PeerTube-6d210220be0875d63461829d83c6e3a59d05cf7a.zip |
Fix NSFW filter and add tests
Diffstat (limited to 'client/e2e/tsconfig.json')
-rw-r--r-- | client/e2e/tsconfig.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/e2e/tsconfig.json b/client/e2e/tsconfig.json index f42206621..c72e1ed4c 100644 --- a/client/e2e/tsconfig.json +++ b/client/e2e/tsconfig.json | |||
@@ -2,6 +2,8 @@ | |||
2 | "extends": "../tsconfig.json", | 2 | "extends": "../tsconfig.json", |
3 | "compilerOptions": { | 3 | "compilerOptions": { |
4 | "outDir": "../out-tsc/app", | 4 | "outDir": "../out-tsc/app", |
5 | "noImplicitAny": false, | ||
6 | "esModuleInterop": true, | ||
5 | "module": "commonjs", | 7 | "module": "commonjs", |
6 | "target": "es5", | 8 | "target": "es5", |
7 | "types": [ | 9 | "types": [ |