Skip to content

Commit

Permalink
add tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
harry-xi committed Apr 2, 2023
1 parent 7256e42 commit d00c3f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"compilerOptions": {
"target": "es2021",
"lib": ["ES2021"],
}
}

0 comments on commit d00c3f4

Please sign in to comment.