Skip to content

Commit

Permalink
chore: lower lib target to ES2021 (typescript 4)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbixby committed Jan 30, 2025
1 parent 4170c4d commit b3ffa1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"rootDir": ".",
// todo: remove
"skipLibCheck": true,
"lib": ["DOM", "ES2022"]
"lib": ["DOM", "ES2021"]
},
"include": ["src/**/*.ts", "test/**/*.ts"]
}

0 comments on commit b3ffa1a

Please sign in to comment.