UNPKG

@argdown/cli

Version:

A command line interface for exporting Argdown files to html, dot or json.

8 lines (7 loc) 177 B
module.exports = { transform: { "^.+\\.tsx?$": "ts-jest" }, testMatch: ["**/test/**/*.spec.ts"], moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"] };