Files
WorkManager/node_modules/i18next/tsconfig.nonEsModuleInterop.json
2024-12-13 08:53:01 +01:00

9 lines
171 B
JSON

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