UNPKG

full-json-extractor

Version:

Brute-forces all possible highest-level json candidates with pruning to keep performance fast with reasonable payload < 1MB

11 lines (10 loc) 187 B
/** @type {import("jest").Config} **/ export default { preset: 'ts-jest', testEnvironment: "node", transform: { "^.+\\.m?ts?$": ["ts-jest", { useESM: true }] } };