diff --git a/rx.js/rx.async-lite.d.ts b/rx.js/rx.async-lite.d.ts index 1b5bafd98..ce0f96778 100644 --- a/rx.js/rx.async-lite.d.ts +++ b/rx.js/rx.async-lite.d.ts @@ -1,6 +1,8 @@ // This file contains common part of defintions for rx.async.d.ts and rx.lite.d.ts // Do not include the file separately. +/// + declare module Rx { interface ObservableStatic { /** diff --git a/rx.js/rx.backpressure-lite.d.ts b/rx.js/rx.backpressure-lite.d.ts index 52ff18225..3cc78f6ca 100644 --- a/rx.js/rx.backpressure-lite.d.ts +++ b/rx.js/rx.backpressure-lite.d.ts @@ -1,6 +1,8 @@ // This file contains common part of defintions for rx.backpressure.d.ts and rx.lite.d.ts // Do not include the file separately. +/// + declare module Rx { export interface Observable { /**