microcipcip / cookie-universal

Universal cookie plugin, perfect for SSR
525 stars 39 forks source link

Typescript wrong configuration #108

Closed akadlec closed 3 years ago

akadlec commented 3 years ago

In package.json is wrongly configured typings via field: "typings"

It should be "types"

"typings" is synonymous according to doc, but not working :/