fix: resolve tsconfig extends path for Vite/esbuild compatibility
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
{
|
||||
"extends": "astro/tsconfigs/strict",
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {}
|
||||
}
|
||||
"extends": "./node_modules/astro/tsconfigs/strict.json"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user