chore: make compiler_cli build again

This commit is contained in:
Tobias Bosch
2016-05-02 09:56:38 -07:00
parent 43527172ed
commit c386fc8379
4 changed files with 7 additions and 6 deletions

View File

@ -9,12 +9,13 @@
"paths": {
"@angular/*": ["dist/all/@angular/*"],
"@angular/core": ["dist/all/@angular/core/"],
"@angular/compiler": ["dist/all/@angular/compiler/"],
"ts-metadata-collector": ["dist/tools/metadata"]
},
"experimentalDecorators": true,
"rootDir": ".",
// Write to a directory that has the node_modules symlink in a parent
"outDir": "../../../dist/js/cjs/compiler_cli",
"outDir": "../../../dist/tools/compiler_cli",
"declaration": true
},
"exclude": ["test"]

View File

@ -23,6 +23,7 @@
"paths": {
"@angular/*": ["dist/all/@angular/*"],
"@angular/core": ["dist/all/@angular/core/"],
"@angular/compiler": ["dist/all/@angular/compiler/"],
"rxjs/*": ["node_modules/rxjs/*"],
"ts-metadata-collector": ["dist/tools/metadata"]
}