UNPKG

angular-docgen

Version:

A toolkit to extract information from Angular components for documentation generation.

21 lines (19 loc) 385 B
// For a detailed explanation regarding each configuration property, visit: // https://jestjs.io/docs/en/configuration.html module.exports = { "roots": [ "<rootDir>/src" ], "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": "(//.*|(\\.|/)(test|spec))\\.ts?$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ], };