Files
status-tutorials/tsconfig.jest.json
2020-06-07 17:11:46 +09:00

8 lines
103 B
JSON

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