chore(*): add lib to tsconfig.base.json (#347)

Fixes #343
This commit is contained in:
Mohsen Azimi
2019-03-11 13:21:08 -04:00
committed by Brad Zacher
parent 2617181067
commit 9561bb1191
+2 -1
View File
@@ -14,6 +14,7 @@
"pretty": true,
"sourceMap": true,
"strict": true,
"target": "es2017"
"target": "es2017",
"lib": ["es2017"]
}
}