FluentReader/tsconfig.json

9 lines
173 B
JSON
Raw Normal View History

2020-05-31 16:24:52 +08:00
{
"compilerOptions": {
"jsx": "react",
2020-06-11 17:45:46 +08:00
"resolveJsonModule": true,
"esModuleInterop": true,
2020-05-31 16:24:52 +08:00
"target": "ES2019",
"module": "CommonJS"
}
}