A calm place to write long-form, and publish it to the open social web. skypress.blog/
0

Configure Feed

Select the types of activity you want to include in your feed.

at trunk 306 B View raw
1{ 2 "extends": "astro/tsconfigs/strict", 3 "compilerOptions": { 4 "jsx": "react-jsx", 5 "jsxImportSource": "react", 6 "types": ["vitest/globals"], 7 "baseUrl": ".", 8 "paths": { 9 "@/*": ["src/*"] 10 } 11 }, 12 "include": [".astro/types.d.ts", "**/*"], 13 "exclude": ["dist", "node_modules"] 14}