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.
2 parents e123a0a + 3f2aec2 commit 2e13802Copy full SHA for 2e13802
3 files changed
.vscode/settings.json
@@ -25,6 +25,7 @@
25
"**/openapi-ts-tests/**/.gen": true,
26
"**/*.tsbuildinfo": true
27
},
28
+ "typescript.experimental.useTsgo": true,
29
"typescript.preferences.autoImportFileExcludePatterns": ["dist/**"],
30
"typescript.preferences.autoImportSpecifierExcludeRegexes": ["^(node:)?os$"],
31
"typescript.tsdk": "node_modules/typescript/lib",
package.json
@@ -58,7 +58,7 @@
58
"@hey-api/openapi-ts": "workspace:*",
59
"@types/node": "24.10.10",
60
"@typescript-eslint/eslint-plugin": "8.54.0",
61
- "@typescript/native-preview": "7.0.0-dev.20260305.1",
+ "@typescript/native-preview": "7.0.0-dev.20260308.1",
62
"@vitest/coverage-v8": "4.0.18",
63
"dotenv": "17.3.1",
64
"eslint": "9.39.2",
0 commit comments