experimenting with making decentralized fanfic archives on atproto. github mirror: https://github.com/haetae-bit/fanfic-atproto
at main 323 B view raw
1{ 2 "extends": "astro/tsconfigs/strict", 3 "include": [".astro/types.d.ts", "**/*"], 4 "exclude": ["dist"], 5 "compilerOptions": { 6 "baseUrl": ".", 7 "paths": { 8 "~/*": ["src/components/*"], 9 "$/*": ["src/assets/*"], 10 "@/*": ["src/*"] 11 }, 12 "jsx": "react-jsx", 13 "jsxImportSource": "preact" 14 } 15}