From 7b5fbc71970056515c41f6983fc8e1f8ee443d11 Mon Sep 17 00:00:00 2001 From: Mohsen Azimi Date: Fri, 1 Jun 2018 23:20:33 +0300 Subject: Remove text-encoding.d.ts - the declarations are included in TS (#6) --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 769d75b46..410ff757a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "preserveConstEnums": true, "declaration": true, "target": "es2017", - "lib": ["es2017", "DOM"], + "lib": ["es2017", "dom"], "noEmit": true, "noUnusedLocals": true, "noImplicitReturns": true, -- cgit v1.2.3