Mirror: 馃帺 A tiny but capable push & pull stream library for TypeScript and Flow
0
fork

Configure Feed

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

at v4.0.0-rc.1 21 lines 460 B view raw
1{ 2 "compilerOptions": { 3 "noEmit": true, 4 "esModuleInterop": true, 5 "noUnusedLocals": true, 6 "rootDir": "./src", 7 "baseUrl": ".", 8 "outDir": "dist/cjs", 9 "lib": ["dom", "esnext"], 10 "jsx": "react", 11 "declaration": false, 12 "module": "commonjs", 13 "moduleResolution": "node", 14 "target": "esnext", 15 "strict": false, 16 "noImplicitAny": false, 17 "noUnusedParameters": false, 18 "sourceMap": true, 19 "pretty": true 20 } 21}