typescript 7.0 (tsgo)

This commit is contained in:
lutinglt
2025-12-04 15:38:22 +08:00
parent 6494e4468b
commit d27376a800
4 changed files with 11 additions and 7 deletions

View File

@@ -4,6 +4,7 @@
"dbaeumer.vscode-eslint",
"usernamehw.errorlens",
"mikestead.dotenv",
"styled-components.vscode-styled-components"
"styled-components.vscode-styled-components",
"typescriptteam.native-preview"
]
}

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"typescript.experimental.useTsgo": true
}