Update html, css, andjson clients to use shared tsconfig

This commit is contained in:
Matt Bierner
2018-10-01 18:57:32 -07:00
parent 6d11792abf
commit e12fbaa5cd
4 changed files with 15 additions and 27 deletions

View File

@@ -1,13 +1,9 @@
{
"extends": "../../shared.tsconfig.json",
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"outDir": "./out",
"noUnusedLocals": true,
"sourceMap": true,
"lib": [
"es2016"
],
"strict": true
}
"outDir": "./out"
},
"include": [
"src/**/*"
]
}