Files
cartlog-admin/node_modules/i18next-browser-languagedetector/tsconfig.nonEsModuleInterop.json
2026-01-01 15:25:19 +05:30

9 lines
171 B
JSON

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