UNPKG

markdown-task-checker

Version:

A CLI tool to check markdown task list completion

7 lines 157 B
/** @type {import('ts-jest').JestConfigWithTsJest} **/ module.exports = { testEnvironment: "node", transform: { "^.+\.tsx?$": ["ts-jest",{}], }, };