Skip to content

Commit

Permalink
chore: Update tools
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed Dec 18, 2024
1 parent 884c1ca commit 19d4268
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
Expand Up @@ -12,9 +12,9 @@
"noUnusedLocals": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"moduleResolution": "Node",
"noImplicitOverride": true,
"noUnusedParameters": true,
"moduleResolution": "bundler",
"forceConsistentCasingInFileNames": true,
"paths": {
"/*": [
Expand Down

0 comments on commit 19d4268

Please sign in to comment.