From cf9c7d520685ff447be5346b394b9761bc807903 Mon Sep 17 00:00:00 2001 From: Daniel Rosenwasser Date: Sat, 29 Apr 2017 23:58:17 -0700 Subject: [PATCH] Added explicit 'lib' option to 'moonjs'. --- types/moonjs/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/types/moonjs/tsconfig.json b/types/moonjs/tsconfig.json index c93f3f5235..f4f17e40cf 100644 --- a/types/moonjs/tsconfig.json +++ b/types/moonjs/tsconfig.json @@ -6,6 +6,7 @@ "compilerOptions": { "module": "commonjs", "target": "es6", + "lib": ["es5", "dom"], "noImplicitAny": true, "strictNullChecks": true, "noImplicitThis": true,