Skip to content

Commit

Permalink
use es2020
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Sep 8, 2023
1 parent 12ef301 commit e5cf35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.common.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"strictFunctionTypes": true,
"noImplicitAny": true,
"noImplicitReturns": true,
"target": "es2015",
"target": "es2020",
"module": "commonjs",
"declaration": true,
"sourceMap": true,
Expand Down

0 comments on commit e5cf35d

Please sign in to comment.