From dcce4bb576ab38ea9084d505d3591a9eb8c3b4e3 Mon Sep 17 00:00:00 2001 From: Donald Pipowitch Date: Mon, 29 Oct 2018 07:41:20 +0100 Subject: [PATCH] auth0-js: Set TypeScript version --- types/auth0-js/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/auth0-js/index.d.ts b/types/auth0-js/index.d.ts index 3416c74295..6f52a90333 100644 --- a/types/auth0-js/index.d.ts +++ b/types/auth0-js/index.d.ts @@ -4,6 +4,7 @@ // Matt Durrant // Peter Blazejewicz // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped +// TypeScript Version: 2.3 export as namespace auth0;