Skip to content

Commit

Permalink
Update typescript to 5.5.4
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <sora@morimoto.io>
  • Loading branch information
smorimoto committed Jul 28, 2024
1 parent 8c55713 commit eb34025
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 281 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"prettier": "~3.3.3",
"swagger-schema-official": "2.0.0-bab6bed",
"swagger2openapi": "^7.0.8",
"typescript": "~5.5.3"
"typescript": "~5.5.4"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
Expand Down
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
],
"compilerOptions": {
"checkJs": false,
"module": "NodeNext",
"moduleResolution": "NodeNext",
"noEmit": true,
"noPropertyAccessFromIndexSignature": false,
"resolveJsonModule": true
},
"exclude": ["dist", "node_modules"]
"exclude": ["dist"]
}
Loading

0 comments on commit eb34025

Please sign in to comment.