UNPKG

@accordproject/concerto-linter-default-ruleset

Version:

Default ruleset for the Accord Project Concerto Linter

7 lines 167 B
/** @type {import('ts-jest').JestConfigWithTsJest} **/ module.exports = { testEnvironment: 'node', transform: { '^.+.tsx?$': ['ts-jest', {}], }, };