diff --git a/tsconfig.json b/tsconfig.json index cefd0804..cf34865e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,7 @@ "jsx": "react-jsx", "plugins": [{ "name": "typescript-plugin-css-modules" }], "jsxImportSource": "react", + "allowJs": true, "baseUrl": ".", "paths": { "@config/*": [".config/*"],