Start moving html ext to strict mode compile

Moves the html extension's client code to strict mode and also updates some of the server code. The rest of this migration will requires changes to the *.d.ts files that the server consumes
This commit is contained in:
Matt Bierner
2017-11-06 15:19:34 -08:00
parent e5b9b820ef
commit 62aa6cb900
9 changed files with 31 additions and 36 deletions

View File

@@ -5,6 +5,7 @@
"outDir": "./out",
"lib": [
"es5", "es2015.promise"
]
],
"strict": true
}
}