From 176d13b21c188b0e526d59baa15b516f64342236 Mon Sep 17 00:00:00 2001 From: Andrea Date: Sun, 18 Feb 2024 18:47:14 +0100 Subject: [PATCH] chore: add module option in tsconfig --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 28cce91..297008d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "isolatedModules": true, "esModuleInterop": true, "jsx": "react-jsx", + "module": "ESNext", "moduleResolution": "Bundler", "resolveJsonModule": true, "target": "ES2022",