FluentReader/tsconfig.json

9 lines
173 B
JSON
Raw Normal View History

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