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
|
mapRoot: '', // force sourcemaps to use relative path
|
||||||
module: 'CommonJS',
|
module: 'CommonJS',
|
||||||
moduleResolution: 1 /* classic */,
|
moduleResolution: 1 /* classic */,
|
||||||
noEmitOnError: false,
|
noEmitOnError: true,
|
||||||
rootDir: '.',
|
rootDir: '.',
|
||||||
sourceMap: true,
|
sourceMap: true,
|
||||||
sourceRoot: '.',
|
sourceRoot: '.',
|
||||||
|
|
Loading…
Reference in New Issue