From 657c7dac734661956b87d021ff531ba530dd92a3 Mon Sep 17 00:00:00 2001 From: Lucas Nogueira Date: Mon, 23 Aug 2021 12:49:57 -0300 Subject: [PATCH] fix(api): revert ES2021 target --- .changes/revert-es2021.md | 5 +++++ tooling/api/tsconfig.json | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .changes/revert-es2021.md diff --git a/.changes/revert-es2021.md b/.changes/revert-es2021.md new file mode 100644 index 000000000..094a24b82 --- /dev/null +++ b/.changes/revert-es2021.md @@ -0,0 +1,5 @@ +--- +"api": patch +--- + +Revert target back to ES5. diff --git a/tooling/api/tsconfig.json b/tooling/api/tsconfig.json index 0a2ec4d5a..000a55ca3 100644 --- a/tooling/api/tsconfig.json +++ b/tooling/api/tsconfig.json @@ -2,7 +2,6 @@ "compilerOptions": { "strict": true, "allowJs": true, - "target": "es2021", "esModuleInterop": true, "baseUrl": ".", "paths": {