Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
@@ -0,0 +1,5 @@
+---
+"api": patch
+
+Change target to ES2021.
@@ -2,6 +2,7 @@
"compilerOptions": {
"strict": true,
"allowJs": true,
+ "target": "es2021",
"esModuleInterop": true,
"baseUrl": ".",
"paths": {