UNPKG

@thedavefulton/create-node-cli

Version:
8 lines (7 loc) 176 B
module.exports = { roots: ['<rootDir>/src'], testMatch: ['**/__tests__/**/*.+(ts|js)', '**/?(*.)+(spec|test).+(ts|js)'], transform: { '^.+\\.ts$': 'ts-jest', }, };