typechain
Version:
🔌 TypeScript bindings for Ethereum smartcontracts
9 lines • 420 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.prettierOutputTransformer = void 0;
const prettierOutputTransformer = (output, { prettier }, config) => {
const prettierCfg = { ...(config.prettier || {}), parser: 'typescript' };
return prettier.format(output, prettierCfg);
};
exports.prettierOutputTransformer = prettierOutputTransformer;
//# sourceMappingURL=prettier.js.map
;