import { Observable } from "rxjs/Observable";
import "./add";

const ob = Observable.from([]);

[add]: RxJS add import is missing
