From 6d210220be0875d63461829d83c6e3a59d05cf7a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 3 Sep 2021 10:27:04 +0200 Subject: Fix NSFW filter and add tests --- client/e2e/tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/e2e/tsconfig.json') 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 @@ "extends": "../tsconfig.json", "compilerOptions": { "outDir": "../out-tsc/app", + "noImplicitAny": false, + "esModuleInterop": true, "module": "commonjs", "target": "es5", "types": [ -- cgit v1.2.3