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 6556151 commit 61643fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
"compilerOptions": {
"baseUrl": ".",
"noEmit": true,
"pretty": true,
"strict": true,
"allowJs": true,
"newLine": "lf",
"jsx": "preserve",
"module": "ESNext",
"target": "ESNext",
"skipLibCheck": true,
"importHelpers": true,
"noUnusedLocals": true,
"esModuleInterop": true,
"resolveJsonModule": true,
Expand Down

0 comments on commit 61643fa

Please sign in to comment.