Skip to content

Commit

Permalink
feat: Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
nuintun committed Dec 17, 2024
1 parent ae7cb63 commit 67da66e
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 @@
"allowJs": true,
"newLine": "lf",
"jsx": "preserve",
"module": "ESNext",
"target": "ESNext",
"module": "NodeNext",
"skipLibCheck": true,
"noUnusedLocals": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"moduleResolution": "Node",
"noImplicitOverride": true,
"noUnusedParameters": true,
"moduleResolution": "bundler",
"forceConsistentCasingInFileNames": true,
"paths": {
"/js/*": [
Expand Down

0 comments on commit 67da66e

Please sign in to comment.