Skip to content

Commit a7eab60

Browse files
authored
Update compilation target for Node 16 (#6213)
* config(esbuild): Update esbuild target to node16 * config(package): Update root package.json node engine * config(tsconfig): Update all the tsconfigs module and targets * chore: changeset * chore: remove unneeded file
1 parent 5e93d44 commit a7eab60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/integrations/vercel/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"include": ["src"],
44
"compilerOptions": {
55
"allowJs": true,
6-
"module": "ES2020",
6+
"module": "ES2022",
77
"outDir": "./dist",
8-
"target": "ES2020"
8+
"target": "ES2021"
99
}
1010
}

0 commit comments

Comments
 (0)