From 646191d20b2f1dc6949752d5d8d1ba67e8e5bf94 Mon Sep 17 00:00:00 2001 From: "Narcisse D. ASSOGBA" Date: Thu, 29 Mar 2018 23:04:14 +0100 Subject: [PATCH] Use import sql = require("sql-bricks") syntax for the module import --- types/sql-bricks/sql-bricks-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/sql-bricks/sql-bricks-tests.ts b/types/sql-bricks/sql-bricks-tests.ts index 8a5c7de5d7..effc01eca3 100644 --- a/types/sql-bricks/sql-bricks-tests.ts +++ b/types/sql-bricks/sql-bricks-tests.ts @@ -3,7 +3,7 @@ // taked the 03/29/2018. Some dtslint rules has been deabled to be // close as possible of the original js file. -import * as sql from "sql-bricks"; +import sql = require("sql-bricks"); // tslint:disable-next-line:prefer-const let assert: any;