Updates to target es2019

Fixes #265

Also excludes dom typings from the lib files so that dom methods are not suggested
This commit is contained in:
Matt Bierner
2020-05-06 12:13:59 -07:00
parent 29b21d108d
commit cd6c33d101
54 changed files with 272 additions and 576 deletions

View File

@ -1,7 +1,8 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"target": "es2019",
"lib": ["ES2019"],
"outDir": "out",
"sourceMap": true,
"rootDir": "src"