Skip to content

Commit

Permalink
add lib to tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Oct 1, 2024
1 parent 860dc82 commit e71eca8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"outDir": "./dist/",
"noImplicitAny": true,
"module": "es6",
"lib": ["es2020"],
"target": "es6",
"strict": false,
"allowJs": true,
Expand Down

0 comments on commit e71eca8

Please sign in to comment.