FluentReader/tsconfig.json
2020-05-31 16:24:52 +08:00

7 lines
109 B
JSON

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