UNPKG

flydrive-azure

Version:
12 lines 287 B
/** @type {import('ts-jest').JestConfigWithTsJest} */ export default { testEnvironment: 'node', transform: { '^.+\\.tsx?$': ['ts-jest'], }, moduleNameMapper: { // Maps ./types.js to ./types.ts '^./types.js': './types.ts', }, moduleFileExtensions: ['ts', 'js'], };