Skip to content
Snippets Groups Projects
Commit d1833b92 authored by michael.minelli's avatar michael.minelli
Browse files

TSConfig => Move target from ES6 to ES2022

parent f78da88d
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
"compilerOptions": {
"outDir" : "dist",
"strict" : true,
"target" : "es6",
"target" : "ES2022",
"module" : "commonjs",
"sourceMap" : true,
"esModuleInterop" : true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment