Skip to content
Snippets Groups Projects
Commit 13ea8286 authored by Martin's avatar Martin
Browse files

OZG-7872 update tsconfig: lib es2027 -> ES20222

parent 8abac6fd
No related branches found
No related tags found
1 merge request!115OZG-7872 use order and uri for command key in state; add pendingCommands to...
......@@ -11,7 +11,7 @@
"target": "es2015",
"module": "esnext",
"typeRoots": ["node_modules/@types"],
"lib": ["es2017", "dom"],
"lib": ["ES2022", "dom"],
"skipLibCheck": true,
"skipDefaultLibCheck": true,
"baseUrl": ".",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment