Skip to content

Commit

Permalink
Update TypeScript configuration to target ES2022
Browse files Browse the repository at this point in the history
  • Loading branch information
minagishl committed Oct 17, 2024
1 parent 7b6eaaa commit 4cccb6e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"lib": ["ES2022"],
"target": "ES2022",
"module": "ES2022",
"declaration": true,
"declarationDir": "./dist",
"outDir": "./dist",
Expand Down

0 comments on commit 4cccb6e

Please sign in to comment.