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.

Fix TypeScript checks

+6 -2
+1 -1
package.json
··· 102 102 "rollup-plugin-terser": "^6.1.0", 103 103 "rollup-plugin-typescript2": "^0.27.1", 104 104 "ts-jest": "^26.1.0", 105 - "typescript": "^3.9.3", 105 + "typescript": "^3.9.2", 106 106 "zen-observable": "^0.8.15" 107 107 }, 108 108 "lint-staged": {
+4
tsconfig.json
··· 7 7 "rootDir": "./src", 8 8 "baseUrl": ".", 9 9 "outDir": "dist/cjs", 10 + "types": [ 11 + "@types/node", 12 + "@types/jest" 13 + ], 10 14 "lib": ["dom", "esnext"], 11 15 "jsx": "react", 12 16 "declaration": false,
+1 -1
yarn.lock
··· 16911 16911 resolved "https://registry.yarnpkg.com/typescript-compiler/-/typescript-compiler-1.4.1-2.tgz#ba4f7db22d91534a1929d90009dce161eb72fd3f" 16912 16912 integrity sha1-uk99si2RU0oZKdkACdzhYety/T8= 16913 16913 16914 - typescript@^3.4, typescript@^3.9.2, typescript@^3.9.3: 16914 + typescript@^3.4, typescript@^3.9.2: 16915 16915 version "3.9.3" 16916 16916 resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.3.tgz#d3ac8883a97c26139e42df5e93eeece33d610b8a" 16917 16917 integrity sha512-D/wqnB2xzNFIcoBG9FG8cXRDjiqSTbG2wd8DMZeQyJlP1vfTkIxH4GKveWaEBYySKIg+USu+E+EDIR47SqnaMQ==