Something went wrong. Try again.
[READ-ONLY] Mirror of https://github.com/Savy011/savy011.github.io. my work website
Something went wrong. Try again.
savy011.github.io tsconfig.json
335 B · 14 lines
JSON
at card
123456789101112131415{ "extends": "astro/tsconfigs/strict", "include": [".astro/types.d.ts", "**/*"], "exclude": ["dist"], "compilerOptions": { "baseUrl": ".", "paths": { "$assets/*": ["src/assets/*"], "$components/*": ["src/components/*"], "$layouts/*": ["src/layouts/*"], "$styles/*": ["src/styles/*"] } }}