Skip to content

Commit

Permalink
Revert "Update tsconfig to ES2022"
Browse files Browse the repository at this point in the history
This reverts commit 4b033e2.
  • Loading branch information
J-Fields committed Nov 18, 2023
1 parent b1dd11c commit 468182d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/testConfiguration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export class Configuration implements IConfiguration {
expandtab = true;
number = true;
relativenumber = false;
iskeyword = '/\\()"\':,.;<>~!@#$%^&*|+=[]{}`?-';
iskeyword = ''; // Use `editor.wordSeparators`
matchpairs = '(:),{:},[:]';
visualstar = false;
mouseSelectionGoesIntoVisualMode = true;
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"compilerOptions": {
"lib": ["ES2022"],
"lib": ["ES2021"],
"module": "commonjs",
"target": "ES2022",
"target": "ES2021",
"outDir": "out",
"noImplicitOverride": true,
"noImplicitReturns": true,
Expand Down

0 comments on commit 468182d

Please sign in to comment.