We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c55713 commit eb34025Copy full SHA for eb34025
package.json
@@ -56,7 +56,7 @@
56
"prettier": "~3.3.3",
57
"swagger-schema-official": "2.0.0-bab6bed",
58
"swagger2openapi": "^7.0.8",
59
- "typescript": "~5.5.3"
+ "typescript": "~5.5.4"
60
},
61
"devDependencies": {
62
"@biomejs/biome": "1.8.3",
tsconfig.json
@@ -5,9 +5,11 @@
5
],
6
"compilerOptions": {
7
"checkJs": false,
8
+ "module": "NodeNext",
9
+ "moduleResolution": "NodeNext",
10
"noEmit": true,
11
"noPropertyAccessFromIndexSignature": false,
12
"resolveJsonModule": true
13
- "exclude": ["dist", "node_modules"]
14
+ "exclude": ["dist"]
15
}
0 commit comments