A fullstack app for indexing standard.site documents
8
fork

Configure Feed

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

at main 13 lines 239 B view raw
1{ 2 "compilerOptions": { 3 "target": "ES2022", 4 "module": "ESNext", 5 "moduleResolution": "bundler", 6 "types": ["bun-types"], 7 "strict": true, 8 "esModuleInterop": true, 9 "skipLibCheck": true, 10 "noEmit": true 11 }, 12 "include": ["src"] 13}