From 1b6cb42bb334547fd966a60d0d622ae687ebfa74 Mon Sep 17 00:00:00 2001 From: Jan Michael VIncent Trinidad Date: Mon, 7 Dec 2020 18:45:04 +0400 Subject: [PATCH] fix: add ts-nocheck for api --- lib/typescript-fetch/api.mustache | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/typescript-fetch/api.mustache b/lib/typescript-fetch/api.mustache index de9314b..13ba9bf 100644 --- a/lib/typescript-fetch/api.mustache +++ b/lib/typescript-fetch/api.mustache @@ -1,5 +1,6 @@ /// // tslint:disable +// @ts-nocheck {{>licenseInfo}} import * as url from "url";