You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2020. It is now read-only.
I'm using pouchdb. Since @types/pouchdb sucks, I wrote my declarations.d.ts with declare module 'pouchdb';. But *.d.ts will not copy to .tmp folder.
How can I include 3rd party js lib which has no type define, just like pouchdb.
The text was updated successfully, but these errors were encountered:
I'm using pouchdb. Since @types/pouchdb sucks, I wrote my declarations.d.ts with
declare module 'pouchdb';
. But *.d.ts will not copy to .tmp folder.How can I include 3rd party js lib which has no type define, just like pouchdb.
The text was updated successfully, but these errors were encountered: