coolify/apps/api/tsconfig.json

7 lines
136 B
JSON
Raw Normal View History

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