Write on the margins of the internet. Powered by the AT Protocol. margin.at
extension web atproto comments
at main 10 lines 215 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 "types": ["node"] 9 } 10}