From ae6f549f10555ea08ac3d5dabbf4346af119546d Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Sat, 3 Oct 2015 17:20:34 -0700 Subject: [PATCH] chore(typings): re-enable type-checking on the browser trees --- tools/broccoli/trees/browser_tree.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/broccoli/trees/browser_tree.ts b/tools/broccoli/trees/browser_tree.ts index 2edfb28388..78b9192403 100644 --- a/tools/broccoli/trees/browser_tree.ts +++ b/tools/broccoli/trees/browser_tree.ts @@ -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: '.',