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 v3.2.2 22 lines 488 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": "es2015", 13 "moduleResolution": "node", 14 "target": "esnext", 15 "strict": true, 16 "noImplicitAny": false, 17 "noUnusedParameters": true, 18 "sourceMap": true, 19 "pretty": true 20 }, 21 "include": ["src/**/*.d.ts"] 22}