Skip to content

Commit 0a96b02

Browse files
committed
Use updated ts export default from i18next
Depends on release of i18next/i18next#1352
1 parent 160647b commit 0a96b02

File tree

4 files changed

+1
-123
lines changed

4 files changed

+1
-123
lines changed

test/typescript/nonEsModuleInterop/usageNonInterop.ts

-60
This file was deleted.
File renamed without changes.

test/typescript/usageLegacy.ts

-60
This file was deleted.

tsconfig.nonEsModuleInterop.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@
44
// typescript defaults to these
55
"esModuleInterop": false,
66
"allowSyntheticDefaultImports": false
7-
},
8-
"include": ["./test/typescript/nonEsModuleInterop/**/*.ts"],
9-
"exclude": []
7+
}
108
}

0 commit comments

Comments
 (0)