chore: set up VSCode to use workspace TypeScript SDK (#456)

This commit is contained in:
伊墨
2025-06-07 19:36:25 +08:00
committed by GitHub
parent ce34b12f96
commit 3d1206cb2d

View File

@@ -48,5 +48,8 @@
"scss",
"pcss",
"postcss"
]
],
"typescript.enablePromptUseWorkspaceTsdk": true,
"typescript.tsdk": "./node_modules/typescript/lib"
}