{ "extends": "astro/tsconfigs/strictest", "compilerOptions": { "baseUrl": "./src", "paths": { "@/*": [ "./*" ] }, "plugins": [ { "name": "@astrojs/ts-plugin" }, ], } }