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",