this repo has no description
0
fork

Configure Feed

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

at main 14 lines 259 B view raw
1{ 2 "compilerOptions": { 3 "allowJs": true, 4 "declaration": true, 5 "emitDeclarationOnly": true, 6 "incremental": true, 7 "outDir": "types", 8 "rootDir": "source", 9 "skipLibCheck": true, 10 "strict": true, 11 "stripInternal": true 12 }, 13 "include": ["source"] 14}