1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{ "extends": "astro/tsconfigs/strict", "compilerOptions": { "baseUrl": ".", "composite": true, "paths": { "@components/*": ["src/components/*"], "@layouts/*": ["src/layouts/*"], "@webtypes/*": ["src/types/*"], "@lib/*": ["src/lib/*"], "@public/*": ["public/*"], "@config": ["config.ts"] } } }