Don't set explicit lib in tsconfigs

The one we get from the `target` is correct in almost all cases for VS Code
This commit is contained in:
Matt Bierner
2019-05-30 18:24:08 -07:00
parent bbeb7c269f
commit dce3875a93
34 changed files with 4 additions and 56 deletions

View File

@ -3,7 +3,6 @@
"module": "commonjs",
"target": "es6",
"outDir": "out",
"lib": ["es6"],
"sourceMap": true,
"rootDir": "src",
"strict": true