diff --git a/tsconfig.json b/tsconfig.json index 70f49aa..1f38a4f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,7 @@ { + "extends": "astro/tsconfigs/base", "compilerOptions": { "allowSyntheticDefaultImports": true - } + }, + "exclude": ["node_modules", "**/node_modules/*", ".vscode", "dist"] }