1
0
Fork 0
react-playground/node_modules/i18next-browser-languagedetector/tsconfig.nonEsModuleInterop.json

8 lines
171 B
JSON

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