Skip to content

Commit

Permalink
Upgrade the expected runtime environment to es2022 (#19)
Browse files Browse the repository at this point in the history
I want to have this in place to implement [1] which satisfies a need we
ourselves have[2]. This is needed because the cause property is only
availble in the es2022 TS profile[3].

[1] vultix#34
[2] vultix#48
[3] microsoft/TypeScript#47020
  • Loading branch information
jstasiak authored Mar 29, 2022
1 parent cc14388 commit 3f43893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig-base.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"module": "umd",
"noEmitHelpers": false,
"skipLibCheck": true,
"lib": ["es2015"],
"lib": ["es2022"],
"strict": true,
"noImplicitReturns": true,
"baseUrl": "./",
Expand Down

0 comments on commit 3f43893

Please sign in to comment.