Skip to content

Commit

Permalink
Set typescript target of ES2018 (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydk authored Aug 20, 2024
1 parent cfe55d3 commit f50d95a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"target":"ES2018",
"checkJs": true,
"lib": ["DOM", "ESNext"],
"skipLibCheck": true,
Expand Down
1 change: 1 addition & 0 deletions types/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"target":"ES2018",
"module": "commonjs",
"lib": ["DOM", "ES2020"],
"noImplicitAny": true,
Expand Down

0 comments on commit f50d95a

Please sign in to comment.