diff --git a/tsconfig.json b/tsconfig.json index 98deec1..35efb34 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,8 @@ "noUnusedLocals": true, "noImplicitAny": false, + "target": "esnext", + "module": "es2022", "moduleResolution": "bundler", "esModuleInterop": true,