Skip to content
Snippets Groups Projects
Unverified Commit 3390c34c authored by Jamie Magee's avatar Jamie Magee Committed by GitHub
Browse files

chore(tsconfig): target `es2022` (#20880)

parent eee2b053
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
"strictNullChecks": true,
"outDir": "./dist",
/* https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping */
"target": "es2020",
"target": "es2022",
"module": "commonjs",
"sourceMap": true,
"allowSyntheticDefaultImports": true,
......@@ -16,7 +16,7 @@
"experimentalDecorators": true,
"useUnknownInCatchVariables": false /* we aren't prepared for enabling this by default since ts 4.4*/,
"isolatedModules": true /* required for esbuild */,
"lib": ["es2020"],
"lib": ["es2022"],
"types": ["node", "jest-extended", "expect-more-jest"],
"allowJs": true,
"checkJs": true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment