Skip to content

Commit

Permalink
Housekeeping.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjdhjd committed Aug 19, 2023
1 parent 38b4fb3 commit 100ec2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
"forceConsistentCasingInFileNames": true,
"lib": [
"DOM",
"ES2021"
"ES2022"
],
"module": "ES2022",
"moduleResolution":"node",
"outDir": "dist",
"rootDir": "src",
"sourceMap": true,
"strict": true,
"target": "ES2021"
"target": "ES2022"
},
"include": [
"src"
Expand Down

0 comments on commit 100ec2e

Please sign in to comment.