blob: e6e7b4f66d9b32a85f1db1a0187c7084db75d449 [file] [log] [blame]
module.exports = {
"roots": [
"<rootDir>/ts"
],
"transform": {
"^.+\\.ts$": "ts-jest"
}
};