UNPKG

simple-boolean-table

Version:

A simple Boolean Table Generator with basics operations

9 lines (8 loc) 177 B
/** @type {import('ts-jest').JestConfigWithTsJest} **/ export default { preset: "ts-jest", testEnvironment: "node", transform: { "^.+.tsx?$": ["ts-jest", {}], }, };