UNPKG

pricing4ts

Version:

![NPM Version](https://img.shields.io/npm/v/pricing4ts) Pricing4TS is a TypeScript-based toolkit designed to enhance the server-side functionality of a pricing-driven SaaS by enabling the seamless integration of pricing plans into the application logic. T

12 lines (9 loc) 301 B
import { type JestConfigWithTsJest, createDefaultPreset } from 'ts-jest' const defaultPreset = createDefaultPreset() const jestConfig: JestConfigWithTsJest = { // [...] // Replace `ts-jest` with the preset you want to use // from the above list ...defaultPreset, } export default jestConfig