diff --git a/tsconfig.json b/tsconfig.json index c8a96ad..f225ee9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,9 +13,9 @@ "allowSyntheticDefaultImports": true, "jsx": "react-jsx", "moduleResolution": "node", - "allowJs": true, + "allowJs": true }, "ts-node": { "esm": true } -} \ No newline at end of file +}