Skip to content

Commit

Permalink
chore: Updated TypeScript configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShogunPanda committed Dec 29, 2023
1 parent 3b2c148 commit 7cafe79
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
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "esnext",
"module": "ESNext",
"moduleResolution": "node",
"jsx": "preserve",
"declaration": true,
Expand Down

0 comments on commit 7cafe79

Please sign in to comment.