Skip to content

Commit

Permalink
set lib compiler option
Browse files Browse the repository at this point in the history
  • Loading branch information
lmdulz committed Oct 10, 2023
1 parent caade56 commit 8a4b9e8
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 @@ -9,6 +9,7 @@
"incremental": true,
"inlineSources": false,
"isolatedModules": true,
"lib": ["ES2021"],
"module": "ES2015",
"moduleResolution": "node",
"noEmit": true,
Expand Down

0 comments on commit 8a4b9e8

Please sign in to comment.