diff --git a/tsconfig.json b/tsconfig.json index 54e5d118..e39becbd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "allowJs": true, "module": "commonjs", "declaration": true, "removeComments": true,