diff --git a/webpack/tsconfig.json b/webpack/tsconfig.json index 9d3be5c..7967f84 100644 --- a/webpack/tsconfig.json +++ b/webpack/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "noImplicitAny": true, "esModuleInterop": true, - "jsx": "react", + "jsx": "react-jsx", "lib": ["esnext", "dom"], "module": "esnext", "moduleResolution": "node",