From 9265a054839f920b382358f84ce1f015e5a02590 Mon Sep 17 00:00:00 2001 From: Simon Maceda <60718872+simonmaceda@users.noreply.github.com> Date: Fri, 12 Aug 2022 12:42:03 -0500 Subject: [PATCH] Small update to tsconfig and README --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 3d8dbc6..b965f8a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,6 +12,7 @@ "noUnusedLocals": true, "noUnusedParameters": true, "strict": true, /* enable all strict type-checking options */ + "allowJs": true, /* enables importing of JavaScript files */ }, "exclude": [ "node_modules",