mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 02:24:16 +00:00
9 lines
143 B
JavaScript
Executable File
9 lines
143 B
JavaScript
Executable File
module.exports = {
|
|
verbose: false,
|
|
modulePaths: [
|
|
'<rootDir>',
|
|
],
|
|
transform: {
|
|
'^.+\\.tsx?$': 'ts-jest',
|
|
},
|
|
} |