Files
Chamilo/app/Resources/public/assets/i18next/tsconfig.nonEsModuleInterop.json
2025-08-14 22:33:03 +02:00

9 lines
171 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
// typescript defaults to these
"esModuleInterop": false,
"allowSyntheticDefaultImports": false
}
}