UNPKG

@unibeautify/beautifier-js-beautify

Version:
13 lines (11 loc) 355 B
"use strict"; module.exports = { transform: { "^.+\\.tsx?$": "ts-jest" }, testRegex: "test/.+\\.(test|spec)\\.ts$", moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"], collectCoverage: true, coverageReporters: ["json", "lcov", "text", "html"], coveragePathIgnorePatterns: ["<rootDir>/dist/", "<rootDir>/node_modules/"] };