Leah 87a23bbb3b slightly better tsconfig.json
Should fix an error message in the jest output (which doesn't make the tests fail)
2020-01-06 03:48:32 +01:00

9 lines
114 B
JSON

{
"compilerOptions": {
"jsxFactory": "h",
"jsx": "react",
"baseUrl": "."
},
"files": ["src/index.tsx"]
}