This repository has no description
0

Configure Feed

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

at main 246 B View raw
1{ 2 "compilerOptions": { 3 "target": "ESNext", 4 "module": "ESNext", 5 "moduleResolution": "Node", 6 "declaration": true, 7 "outDir": "typescript-dist", 8 "rootDir": "typescript", 9 "strict": true 10 }, 11 "include": ["typescript"] 12}