UNPKG

dnf-api

Version:
13 lines (12 loc) 225 B
module.exports = { transform: { "^.+\\.ts$": "ts-jest", }, testRegex: "\\.test\\.ts$", moduleFileExtensions: ["ts", "js"], globals: { "ts-jest": { enableTsDiagnostics: true, }, }, };