trying to pin down my thoughts here
0
fork

Configure Feed

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

at main 10 lines 165 B view raw
1{ 2 "extends": "astro/tsconfigs/strict", 3 "compilerOptions": { 4 "strictNullChecks": true, 5 "baseUrl": ".", 6 "paths": { 7 "@*": ["./src/*"] 8 } 9 } 10}