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