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