Files
WAI_Project_VUE/node_modules/i18next/tsconfig.nonEsModuleInterop.json
2025-11-24 23:24:06 +08:00

9 lines
171 B
JSON

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