jstd-web/node_modules/i18next/tsconfig.nonEsModuleInterop...

9 lines
171 B
JSON
Raw Normal View History

2025-11-25 15:23:22 +08:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
// typescript defaults to these
"esModuleInterop": false,
"allowSyntheticDefaultImports": false
}
}