diff --git a/tsconfig.json b/tsconfig.json index 7f3f53d..fa31409 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,9 @@ "strict": true, "noUnusedLocals": true, "noImplicitAny": false, + + "target": "esnext", + "module": "es2022", "moduleResolution": "bundler", "esModuleInterop": true, "lib": ["ES2021.String"],