diff --git a/rx.js/rx.binding-lite.d.ts b/rx.js/rx.binding-lite.d.ts index fa1098368..1e5d95eaf 100644 --- a/rx.js/rx.binding-lite.d.ts +++ b/rx.js/rx.binding-lite.d.ts @@ -1,7 +1,7 @@ // This file contains common part of defintions for rx.binding.d.ts and rx.lite.d.ts // Do not include the file separately. -/// +/// declare module Rx { export interface BehaviorSubject extends Subject { diff --git a/rx.js/rx.time-lite.d.ts b/rx.js/rx.time-lite.d.ts index b79275fe4..736d872e8 100644 --- a/rx.js/rx.time-lite.d.ts +++ b/rx.js/rx.time-lite.d.ts @@ -1,7 +1,7 @@ // This file contains common part of defintions for rx.time.d.ts and rx.lite.d.ts // Do not include the file separately. -/// +/// declare module Rx { export interface TimeInterval {