FluentReader/tsconfig.json

7 lines
109 B
JSON
Raw Normal View History

2020-05-31 10:24:52 +02:00
{
"compilerOptions": {
"jsx": "react",
"target": "ES2019",
"module": "CommonJS"
}
}