diff --git a/tsconfig.json b/tsconfig.json index de632fe..0cf5530 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,3 @@ { - "extends": "astro/tsconfigs/strict", - "compilerOptions": { - "baseUrl": ".", - "paths": {} - } + "extends": "./node_modules/astro/tsconfigs/strict.json" }