From 0924df338c1dd77b8eb17fea6772d8c5442ab4c9 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Mon, 28 Nov 2022 13:22:43 +0100 Subject: [PATCH] tsconfig --- libs/remix-tests/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/remix-tests/tsconfig.json b/libs/remix-tests/tsconfig.json index 41cd2961fc..9654edaf42 100644 --- a/libs/remix-tests/tsconfig.json +++ b/libs/remix-tests/tsconfig.json @@ -4,6 +4,7 @@ "types": ["node", "mocha", "chai"], "module": "commonjs", "esModuleInterop": true, + "allowJs": true }, "include": ["**/*.ts"] } \ No newline at end of file