From 74dc908cd05c177267cdd3df6bdca1c9821630e8 Mon Sep 17 00:00:00 2001 From: Benny Powers Date: Wed, 25 Aug 2021 14:40:22 +0300 Subject: [PATCH] chore: fix ci? --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 01ed227..8b14203 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,6 @@ "emitDeclarationOnly": true, "target": "es2020", "module": "es2020", - "checkJs": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "sourceMap": true,