UNPKG
langschema
Version:
latest (1.3.3)
1.3.3
1.3.2
1.3.1
1.3.0
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
one-line LLM output parsers for JS/TS
langschema
/
jest.config.cjs
5 lines
•
123 B
JavaScript
View Raw
1
2
3
4
5
/**
@type
{import('ts-jest').JestConfigWithTsJest} */
module
.
exports
= { preset:
'ts-jest'
, testEnvironment:
'node'
, };