From 97bc52ee03dec0b67cc1cced23305a4c53e9eb62 Mon Sep 17 00:00:00 2001 From: Pankaj Patil Date: Mon, 9 Aug 2021 02:43:46 +0530 Subject: [PATCH] Tooling: [API] Changed target in tsconfig to es6 (#2362) Co-authored-by: Lucas Nogueira --- .changes/api-target-es2021.md | 5 +++++ tooling/api/tsconfig.json | 1 + 2 files changed, 6 insertions(+) create mode 100644 .changes/api-target-es2021.md diff --git a/.changes/api-target-es2021.md b/.changes/api-target-es2021.md new file mode 100644 index 000000000..ca3743586 --- /dev/null +++ b/.changes/api-target-es2021.md @@ -0,0 +1,5 @@ +--- +"api": patch +--- + +Change target to ES2021. diff --git a/tooling/api/tsconfig.json b/tooling/api/tsconfig.json index 4d8b8ea5c..7488ac8bc 100644 --- a/tooling/api/tsconfig.json +++ b/tooling/api/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "strict": true, "allowJs": true, + "target": "es2021", "esModuleInterop": true, "baseUrl": ".", "paths": {