django-vue3-admin-web/node_modules/i18next/tsconfig.nonEsModuleInterop.json
2025-10-20 21:21:14 +08:00

9 lines
171 B
JSON

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