Select the types of activity you want to include in your feed.
1{ 2 "files": [], 3 "references": [ 4 { "path": "./tsconfig.app.json" }, 5 { "path": "./tsconfig.node.json" } 6 ], 7 "compilerOptions": { 8 /* Aliasing */ 9 "baseUrl": ".", 10 "paths": { 11 "@/*": ["./src/*"] 12 } 13 } 14}