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