try:
import PouchDB from 'pouchdb';
import PouchDBFind from 'pouchdb-find';
with RC2 you should have a declarations.d.ts file in src with declare module '*';
inside it to stop typings errors
try:
import PouchDB from 'pouchdb';
import PouchDBFind from 'pouchdb-find';
with RC2 you should have a declarations.d.ts file in src with declare module '*';
inside it to stop typings errors