UNPKG

json-object-mapper

Version:

A TypeScript library to serialize and deserialize JSON objects in a fast and non-recursive way

30 lines (29 loc) 680 B
module.exports = { "globals": { "ts-jest": { "diagnostics": true, "tsconfig": "<rootDir>/tsconfig.spec.json" }, }, "testPathIgnorePatterns": [ "<rootDir>/.c9/", "<rootDir>/node_modules/" ], "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": "(/spec/.*|(\\.|/)(test|spec))\\.ts?$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ], "collectCoverage": true, "coverageReporters": ["text-summary"], "verbose": true, "transformIgnorePatterns": [ "/node_modules/(?!@tsed/testing).+\\.js$" ] }