FluentReader/tsconfig.json

9 lines
173 B
JSON

{
"compilerOptions": {
"jsx": "react",
"resolveJsonModule": true,
"esModuleInterop": true,
"target": "ES2019",
"module": "CommonJS"
}
}