зеркало из https://github.com/microsoft/ts-fix.git
10 строки
144 B
JavaScript
10 строки
144 B
JavaScript
|
module.exports = {
|
||
|
testEnvironment: "node",
|
||
|
transform: {
|
||
|
"^.+\\.tsx?$": [
|
||
|
"esbuild-jest",
|
||
|
{ sourcemap: true }
|
||
|
]
|
||
|
}
|
||
|
}
|