status/jest.tsconfig.json

13 lines
244 B
JSON
Raw Normal View History

2019-12-07 23:02:18 +01:00
{
"compilerOptions": {
"jsx": "react",
"allowJs": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"noImplicitAny": true,
"sourceMap": true,
"target": "es5"
}
}