Added explicit 'lib' option to 'moonjs'.

This commit is contained in:
Daniel Rosenwasser
2017-08-26 11:20:49 -07:00
parent 9ad339f0c7
commit cf9c7d5206
+1
View File
@@ -6,6 +6,7 @@
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"lib": ["es5", "dom"],
"noImplicitAny": true,
"strictNullChecks": true,
"noImplicitThis": true,