From 7681cab6af074b1135f40fe85f491041535abf1a Mon Sep 17 00:00:00 2001 From: Donnie Flood Date: Mon, 7 Feb 2022 19:59:00 -0700 Subject: [PATCH] remove allowjs from tsconfig --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 4631912a..4d90f053 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,6 @@ "strict": true, "skipLibCheck": true, "target": "es2019", - "allowJs": true, "lib": [ "es2019", "esnext.asynciterable",