Module

x/zod/jest.config.json

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
File
{ "rootDir": ".", "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": "src/.*\\.test\\.ts$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ], "coverageReporters": [ "json-summary", "text", "lcov" ], "globals": { "ts-jest": { "tsconfig": "tsconfig.json" } }}