diff --git a/angular-i18next/angular-i18next.d.ts b/angular-i18next/angular-i18next.d.ts new file mode 100644 index 000000000..33af5c42c --- /dev/null +++ b/angular-i18next/angular-i18next.d.ts @@ -0,0 +1,12 @@ +// Type definitions for i18next v0.3.6 +// Project: https://github.com/i18next/ng-i18next +// Definitions by: Cyril Schumacher +// Definitions: https://github.com/borisyankov/DefinitelyTyped + +/// + +declare module angular.i18next { + interface I18nextProvider { + options: I18nextOptions; + } +} \ No newline at end of file