We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d62574 commit b24818eCopy full SHA for b24818e
src/index.ts
@@ -6,11 +6,10 @@
6
//////////////////////////////////////////////////////////
7
8
// tslint:disable: no-reference
9
-/// <reference path="./ajax/index.ts" />
10
-/// <reference path="./fetch/index.ts" />
+// It's tempting to add references to all of the deep-import locations, but
+// adding references to those that require DOM types breaks Node projects.
11
/// <reference path="./operators/index.ts" />
12
/// <reference path="./testing/index.ts" />
13
-/// <reference path="./webSocket/index.ts" />
14
// tslint:enable: no-reference
15
16
/* Observable */
0 commit comments