Mirror: 🎩 A tiny but capable push & pull stream library for TypeScript and Flow

Enable tsc check for inconsistent casing

Changed files
+1
+1
tsconfig.json
···
{
"compilerOptions": {
+
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,
"noUnusedLocals": true,