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

TSConfig => Update target to ES2022

parent e318de11
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"rootDir" : "src", "rootDir" : "src",
"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