UNPKG

crypto-utils-js

Version:

JavaScript library for encryption / decryption.

12 lines (9 loc) 203 B
import type { Config } from '@jest/types'; // Sync object const config: Config.InitialOptions = { verbose: true, transform: { "^.+\\.tsx?$": "ts-jest", }, }; export default config;