From 926f5cdfb72c6d08e61b877b816a06fcf4edc10a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Schauwers?= Date: Wed, 9 Jun 2021 19:41:28 +0200 Subject: [PATCH] Updated tsconfig to include standard js/es files --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index b2cddc2e7..f450760f9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -29,6 +29,7 @@ ] }, "include": [ + "src/**/*.js", "src/**/*.ts", "src/**/*.tsx", "src/**/*.vue",