FluentReader/tsconfig.json
2020-06-11 17:45:46 +08:00

9 lines
173 B
JSON

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