mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-04 09:05:49 -05:00
9 lines
165 B
TypeScript
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;
|
|
}
|
|
}
|