UNPKG

@nonstrict/recordkit

Version:

Powerful screen recording for your Electron app on macOS.

17 lines (16 loc) 307 B
/** @type {import('ts-jest').JestConfigWithTsJest} */ export default { preset: "ts-jest/presets/default-esm", testEnvironment: "node", moduleNameMapper: { "^(\\.{1,2}/.*)\\.js$": "$1", }, transform: { "^.+\\.tsx?$": [ "ts-jest", { useESM: true, }, ], }, };