Files
freeCodeCamp/client/src/i18next.d.ts

9 lines
165 B
TypeScript

import 'i18next';
// This should not be necessary when upgrading to v23.0.0
declare module 'i18next' {
interface CustomTypeOptions {
returnNull: false;
}
}