this repo has no description
at dev 13 lines 239 B view raw
1{ 2 "extends": "astro/tsconfigs/strict", 3 "include": [".astro/types.d.ts", "**/*"], 4 "exclude": ["dist"], 5 "compilerOptions": { 6 "jsx": "react-jsx", 7 "jsxImportSource": "react", 8 "baseUrl": ".", 9 "paths": { 10 "~/*": ["src/*"] 11 } 12 } 13}