Skip to content

Instantly share code, notes, and snippets.

@whymarrh
Created April 2, 2017 19:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whymarrh/7ca3adbfc8f3bdeaed98bcf487d9c295 to your computer and use it in GitHub Desktop.
Save whymarrh/7ca3adbfc8f3bdeaed98bcf487d9c295 to your computer and use it in GitHub Desktop.
Fix the RxJS v4 type definitions
node_modules/rx/{package.json.bak => package.json} | 1 +
1 file changed, 1 insertion(+)
diff --git a/node_modules/rx/package.json.bak b/node_modules/rx/package.json
index b4ce765..c7871af 100644
--- a/node_modules/rx/package.json.bak
+++ b/node_modules/rx/package.json
@@ -113,5 +113,6 @@
"test": "grunt"
},
"title": "Reactive Extensions for JavaScript (RxJS)",
+ "types": "./ts/rx.all.es6.d.ts",
"version": "4.1.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment