This repository has no description
1

Configure Feed

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

at main 307 B View raw
1{ 2 "compilerOptions": { 3 "target": "ES2022", 4 "module": "ESNext", 5 "moduleResolution": "Bundler", 6 "lib": ["ES2022"], 7 "strict": true, 8 "esModuleInterop": true, 9 "skipLibCheck": true, 10 "resolveJsonModule": true, 11 "noEmit": true, 12 "types": ["node"] 13 }, 14 "include": ["src"] 15}