UNPKG

@argdown/node

Version:

Async Argdown application for node.js

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