Skip to content

Commit

Permalink
chore: updated tsconfig.json
Browse files Browse the repository at this point in the history
Signed-off-by: Neko Ayaka <[email protected]>
  • Loading branch information
nekomeowww committed Nov 25, 2023
1 parent 6ca413b commit b913cfe
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"DOM",
"ESNext"
],
"composite": true
"composite": true,
"moduleResolution": "Node"
},
"include": [
"vite.config.ts"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"DOM",
"ESNext"
],
"composite": true
"composite": true,
"moduleResolution": "Node"
},
"include": [
"vite.config.ts"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"DOM",
"ESNext"
],
"moduleResolution": "Node",
"composite": true
"composite": true,
"moduleResolution": "Node"
},
"include": [
"vite.config.ts"
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"jsx": "preserve",
"skipLibCheck": true,
"isolatedModules": true,
"moduleResolution": "node",
"moduleResolution": "Node",
"resolveJsonModule": true,
"noUnusedLocals": true,
"noImplicitAny": true,
Expand Down

0 comments on commit b913cfe

Please sign in to comment.