From 8886e1b55f3495b3b798825274a910e5f231a74b Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 18 May 2018 20:39:20 -0400 Subject: Initial support for remote imports --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 71fb930b7..d598b8ce0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "preserveConstEnums": true, "declaration": true, "target": "es2017", - "lib": ["es2017"], + "lib": ["es2017", "DOM"], "noEmit": true, "noUnusedLocals": true, "noImplicitReturns": true, -- cgit v1.2.3