lasthourcloud/apps/api/tsconfig.json

7 lines
136 B
JSON
Raw Normal View History

2022-07-06 09:02:36 +00:00
{
"compilerOptions": {
"esModuleInterop": true,
"resolveJsonModule":true,
"downlevelIteration": true
}
}