diff --git a/tsconfig.webpack.json b/tsconfig.webpack.json index 33dbb2f0..94354cab 100644 --- a/tsconfig.webpack.json +++ b/tsconfig.webpack.json @@ -1,6 +1,10 @@ { "compilerOptions": { + "esModuleInterop": true, + "importHelpers": true, "jsx": "react-jsx", - "module": "es2020" + "module": "esnext", + "skipLibCheck": true, + "target": "esnext" } }