zaaack / keyv-file

File storage adapter for Keyv, using json to serialize data.
MIT License
69 stars 10 forks source link

Turn on declaration option for package #5

Closed sigorilla closed 5 years ago

sigorilla commented 5 years ago

I use TS in my project, and TS cannot find typings because lib/index.d.ts doesn't exist.

screenshot from 2018-12-26 13-55-47

Also I fixed typings for constructor options cause all options are optional.

screenshot from 2018-12-26 14-03-10

zaaack commented 5 years ago

@sigorilla Thanks! 👍

zaaack commented 5 years ago

@sigorilla A new version just published, keyv-file@^0.1.9. I haven't used this library for a while, so didn't notice the types are missing, sorry for that, thanks for your fast fixing again! ⚡️

sigorilla commented 5 years ago

You are welcome!