Conflict/packages/stat-sheet-block/tsconfig.json

13 lines
231 B
JSON

{
"typeAcquisition": {
"include": ["jest", "@asciidoctor/core/types"]
},
"compilerOptions": {
"jsx": "react",
"jsxFactory": "h",
"target": "esNext",
"module": "commonjs",
"esModuleInterop": true
}
}