this repo has no description
0
fork

Configure Feed

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

at main 15 lines 287 B view raw
1{ 2 "compilerOptions": { 3 "lib": ["esnext"], 4 "allowJs": true, 5 "skipLibCheck": true, 6 "strict": false, 7 "noEmit": true, 8 "incremental": true, 9 "module": "esnext", 10 "esModuleInterop": true, 11 "moduleResolution": "node", 12 "resolveJsonModule": true, 13 "isolatedModules": true 14 } 15}