UNPKG

ts-migrate

Version:

A tool for migrating frontend application from JavaScript to TypeScript

11 lines 381 B
"use strict"; const path = require('path'); module.exports = { rootDir: path.resolve(__dirname, '../../..'), runner: path.resolve(__dirname, '../runner/reignore/index.js'), displayName: 'reignore', testEnvironment: 'node', moduleFileExtensions: ['json'], testMatch: ['<rootDir>/frontend/*/tsconfig.json'], }; //# sourceMappingURL=jest-config-reignore.js.map