chore(typings): re-enable type-checking on the browser trees

This commit is contained in:
Alex Eagle 2015-10-03 17:20:34 -07:00 committed by Alex Eagle
parent 74c852b160
commit ae6f549f10
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ module.exports = function makeBrowserTree(options, destinationPath) {
mapRoot: '', // force sourcemaps to use relative path
module: 'CommonJS',
moduleResolution: 1 /* classic */,
noEmitOnError: false,
noEmitOnError: true,
rootDir: '.',
sourceMap: true,
sourceRoot: '.',