Personal site staging.colinozanne.co.uk
portfolio astro
at main 14 lines 320 B view raw
1{ 2 "extends": "astro/tsconfigs/strict", 3 "include": [".astro/types.d.ts", "**/*"], 4 "exclude": ["dist"], 5 "compilerOptions": { 6 "checkJs": true, 7 "baseUrl": "./", 8 "paths": { 9 "@/*": ["src/*"] 10 }, 11 "jsx": "react-jsx", 12 "jsxImportSource": "preact" 13 } 14}