UNPKG

gzip-isize

Version:

Gets GZIP compressed size, uncompressed size, and compression ratio without extraction. TypeScript-friendly.

17 lines 300 B
module.exports = { "roots": [ "<rootDir>/src" ], "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ], }