Skip to content

Commit 17c522b

Browse files
fhennigclaude
andauthored
chore(vscode): use workspace TypeScript to fix .ts import extension errors (#1196)
Points VS Code at the project's TypeScript (website/node_modules/typescript) so it respects allowImportingTsExtensions from the Astro tsconfig, silencing false-positive ts(5097) errors on .ts import paths. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent de60e19 commit 17c522b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"typescript.tsdk": "website/node_modules/typescript/lib"
3+
}

0 commit comments

Comments
 (0)