Skip to content
Snippets Groups Projects
Commit 8abac6fd authored by Martin's avatar Martin
Browse files

OZG-7872 revert target to es2015

parent 08b050cb
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...
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"extends": "./tsconfig.json", "extends": "./tsconfig.json",
"compilerOptions": { "compilerOptions": {
"outDir": "../../dist/out-tsc", "outDir": "../../dist/out-tsc",
"target": "ES2022", "target": "es2015",
"declaration": true, "declaration": true,
"declarationMap": true, "declarationMap": true,
"inlineSources": true, "inlineSources": true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment