build(typescript): Migrated change detection to typescript
This commit is contained in:
@ -100,6 +100,7 @@ module.exports = function makeNodeTree(destinationPath) {
|
||||
|
||||
var typescriptTree = compileWithTypescript(modulesTree, {
|
||||
allowNonTsExtensions: false,
|
||||
emitDecoratorMetadata: true,
|
||||
declaration: true,
|
||||
mapRoot: '', /* force sourcemaps to use relative path */
|
||||
module: 'commonjs',
|
||||
|
Reference in New Issue
Block a user