chore(typings): re-enable type-checking on the browser trees
This commit is contained in:
parent
74c852b160
commit
ae6f549f10
|
@ -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: '.',
|
||||
|
|
Loading…
Reference in New Issue