UNPKG

create-etsc-jest

Version:

Create a package following templates using TypeScript, esbuild, jest, and more

8 lines (7 loc) 218 B
module.exports = { transform: { "^.+\\.tsx?$": "./esbuild-jest.js", }, testPathIgnorePatterns: ["/node_modules/", "lib", "dist"], moduleFileExtensions: ["ts", "tsx", "js", "jsx", "json", "node"], };