Files
terminal/web/node_modules/i18next-browser-languagedetector/tsconfig.nonEsModuleInterop.json
T

9 lines
171 B
JSON

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