UNPKG

quickbuild

Version:

A mature, feature-complete application generator with an emphasis on speed

19 lines (18 loc) 324 B
module.exports = { globals: { "ts-jest": { tsConfig: "tsconfig.json" } }, moduleFileExtensions: [ "ts", "js" ], transform: { "^.+\\.(ts|tsx)$": "ts-jest" }, testMatch: [ "**/test/**/*.test.(ts|js)" ], testEnvironment: "node" };