diff --git a/tsconfig.base.json b/tsconfig.base.json index 723b53f206..ebf463b2cd 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -22,6 +22,6 @@ "isolatedModules": true, "jsx": "react-jsx", "esModuleInterop": true, - "allowJs": true, + "allowJs": true } }