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.

Enable tsc check for inconsistent casing

+1
+1
tsconfig.json
··· 1 1 { 2 2 "compilerOptions": { 3 + "forceConsistentCasingInFileNames": true, 3 4 "noEmit": true, 4 5 "esModuleInterop": true, 5 6 "noUnusedLocals": true,