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": {