Skip to content

Commit

Permalink
chore: update typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Oct 15, 2024
1 parent 2ddd90a commit 3ea1347
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"stylus": "^0.63.0",
"svelte": "^4.0.0",
"tsup": "^8.0.2",
"typescript": "~5.4.0",
"typescript": "~5.6.3",
"typescript-eslint": "^8.5.0",
"vite-plugin-eslint4b": "^0.4.0"
},
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2015",
"target": "es2020",
"module": "preserve",
"moduleResolution": "Bundler",
"lib": ["es2020", "dom"],
Expand Down

0 comments on commit 3ea1347

Please sign in to comment.