Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore(typings): re-enable type-checking on the browser trees
  • Loading branch information
alexeagle committed Oct 5, 2015
commit 897ed45c6d8272a9551341965c0dd310b91eaeb0
2 changes: 1 addition & 1 deletion tools/broccoli/trees/browser_tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: '.',
Expand Down