Use shared config for html server

This commit is contained in:
Matt Bierner
2018-10-02 00:15:42 -07:00
parent ef5bd4810a
commit 9116ec29ab
10 changed files with 17 additions and 23 deletions

View File

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