Update more extensions to use shared config

This commit is contained in:
Matt Bierner
2018-10-01 18:40:18 -07:00
parent e4e040c6f2
commit 52d3961c2b
9 changed files with 16 additions and 72 deletions

View File

@@ -1,12 +1,7 @@
{
"extends": "../shared.tsconfig.json",
"compilerOptions": {
"target": "es5",
"lib": [
"es2015"
],
"module": "commonjs",
"outDir": "./out",
"strict": true
"outDir": "./out"
},
"include": [
"src/**/*"