historical/xcloud-keyboard-mouse-inftrial.git/jest.config.js

9 lines
116 B
JavaScript
Raw Normal View History

2024-01-16 11:20:27 -06:00
module.exports = {
"roots": [
"src"
],
"transform": {
"^.+\\.ts$": "ts-jest"
},
};