Skip to content

Commit

Permalink
chore: fixed tsconfig.json include
Browse files Browse the repository at this point in the history
  • Loading branch information
Jovonni committed Sep 12, 2024
1 parent 16e361f commit 0652f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contract/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"module": "esnext",
"moduleResolution": "bundler",
"lib": ["ESNext", "DOM"],
"checkJs": false,
"checkJs": true,
"strict": true,
"noImplicitAny": false,
"useUnknownInCatchVariables": false,
Expand Down

0 comments on commit 0652f56

Please sign in to comment.