From 605586ea1b5338a19dc4298fd9e3c0771dfd6397 Mon Sep 17 00:00:00 2001 From: Alex van Andel Date: Tue, 26 Oct 2021 15:33:35 +0100 Subject: [PATCH] Next turned on allowJs again.. (#1049) --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 1570ab69f5..da9366290b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -38,7 +38,7 @@ "jest-playwright-preset", "expect-playwright" ], - "allowJs": true + "allowJs": false }, "include": [ "next-env.d.ts",