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 a3b4a24502db972784dfd52f69c2748856062b42 23 lines 538 B view raw
1{ 2 "compilerOptions": { 3 "forceConsistentCasingInFileNames": true, 4 "noEmit": true, 5 "esModuleInterop": true, 6 "noUnusedLocals": true, 7 "rootDir": "./src", 8 "baseUrl": ".", 9 "outDir": "dist/cjs", 10 "types": ["node", "jest"], 11 "lib": ["dom", "esnext"], 12 "jsx": "react", 13 "declaration": false, 14 "module": "es2015", 15 "moduleResolution": "node", 16 "target": "esnext", 17 "strict": true, 18 "noImplicitAny": false, 19 "noUnusedParameters": true, 20 "skipLibCheck": true 21 }, 22 "include": ["src"] 23}