Skip to content

Commit eb34025

Browse files
committed
Update typescript to 5.5.4
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 8c55713 commit eb34025

File tree

3 files changed

+92
-281
lines changed

3 files changed

+92
-281
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"prettier": "~3.3.3",
5757
"swagger-schema-official": "2.0.0-bab6bed",
5858
"swagger2openapi": "^7.0.8",
59-
"typescript": "~5.5.3"
59+
"typescript": "~5.5.4"
6060
},
6161
"devDependencies": {
6262
"@biomejs/biome": "1.8.3",

tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
],
66
"compilerOptions": {
77
"checkJs": false,
8+
"module": "NodeNext",
9+
"moduleResolution": "NodeNext",
810
"noEmit": true,
911
"noPropertyAccessFromIndexSignature": false,
1012
"resolveJsonModule": true
1113
},
12-
"exclude": ["dist", "node_modules"]
14+
"exclude": ["dist"]
1315
}

0 commit comments

Comments
 (0)