UNPKG

typing-assets

Version:

Additional typing assets and helpers for better TypeScript experience

6 lines 153 B
/** @type {import('ts-jest').JestConfigWithTsJest} */ module.exports = { preset: 'ts-jest', testEnvironment: 'node', testMatch: ['**/*.test.ts'] };