fix(api): revert ES2021 target

This commit is contained in:
Lucas Nogueira 2021-08-23 12:49:57 -03:00
parent 52723ee8a1
commit 657c7dac73
No known key found for this signature in database
GPG Key ID: 2714B66BCFB01F7F
2 changed files with 5 additions and 1 deletions

View File

@ -0,0 +1,5 @@
---
"api": patch
---
Revert target back to ES5.

View File

@ -2,7 +2,6 @@
"compilerOptions": {
"strict": true,
"allowJs": true,
"target": "es2021",
"esModuleInterop": true,
"baseUrl": ".",
"paths": {