Select the types of activity you want to include in your feed.
1{ 2 "extends": "@cv/tsconfig/tsconfig.library.json", 3 "compilerOptions": { 4 "outDir": "./dist", 5 "rootDir": "./src", 6 "baseUrl": ".", 7 "composite": true, 8 "declaration": true, 9 "emitDeclarationOnly": true 10 }, 11 "include": ["src/**/*"] 12}