Skip to content

Commit

Permalink
fix: do not reference DOM-related imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cartant committed Apr 30, 2021
1 parent 5426e7d commit 99d9eec
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/index.ts
Expand Up @@ -6,11 +6,10 @@
//////////////////////////////////////////////////////////

// tslint:disable: no-reference
/// <reference path="./ajax/index.ts" />
/// <reference path="./fetch/index.ts" />
// It's tempting to put add references to all of the deep-import locations, but
// adding references to those that require DOM types breaks Node projects.
/// <reference path="./operators/index.ts" />
/// <reference path="./testing/index.ts" />
/// <reference path="./webSocket/index.ts" />
// tslint:enable: no-reference

/* Observable */
Expand Down

0 comments on commit 99d9eec

Please sign in to comment.