Renamed lighted versions to names without .d.ts to exclude from building.

This commit is contained in:
Igor Oleinikov
2014-03-19 16:16:46 +04:00
parent 2d8a49a676
commit eea2b04a5a
6 changed files with 3 additions and 3 deletions

2
rx.js/rx.async.d.ts vendored
View File

@@ -5,7 +5,7 @@
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path="rx.d.ts" />
///<reference path="rx.async-lite.d.ts" />
///<reference path="rx.async-lite.ts" />
declare module Rx {
interface ObservableStatic {

View File

@@ -5,7 +5,7 @@
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path="rx.d.ts" />
///<reference path="rx.binding-lite.d.ts" />
///<reference path="rx.binding-lite.ts" />
declare module Rx {
export interface Observable<T> {

2
rx.js/rx.d.ts vendored
View File

@@ -4,7 +4,7 @@
// Definitions by: Igor Oleinikov <https://github.com/Igorbek>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path="rx-lite.d.ts"/>
///<reference path="rx-lite.ts"/>
declare module Rx {
export interface IScheduler {