personal golinks
0
fork

Configure Feed

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

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