org-report-stats/tsconfig.json

6 lines
90 B
JSON
Raw Normal View History

2023-09-22 15:47:12 +02:00
{
"compilerOptions": {
"esModuleInterop": true,
"resolveJsonModule": true,
}
}