status-tutorials/tsconfig.jest.json

8 lines
103 B
JSON

{
"extends": "./tsconfig",
"compilerOptions": {
"module": "commonjs",
"jsx": "react"
}
}