robcresswell / nuxt-compress

A simple static asset compression module for Nuxt that runs Gzip and Brotli compression during the build process
https://www.npmjs.com/package/nuxt-compress
MIT License
103 stars 9 forks source link

feat: Add types (convert to TS) #43

Closed robcresswell closed 3 years ago

robcresswell commented 3 years ago

This patch converts the (tiny) codebase to TypeScript and generates typedefs

Also adds Prettier as a non-functional change