{ "extends": "astro/tsconfigs/base", "compilerOptions": { "baseUrl": ".", "allowSyntheticDefaultImports": true, "paths": { "@components/*": ["./web/components/*"], "@data/*": ["./web/tools/data/*"], "@layouts/*": ["./web/layouts/*"], "@library/*": ["./web/tools/library/*"], "@root/*": ["./web/"], "@styles/*": ["./web/styles/*"], "@utils/*": ["./web/tools/utilities/*"] } } }