chore: make compiler_cli build again
This commit is contained in:
@ -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"]
|
||||
|
@ -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"]
|
||||
}
|
||||
|
Reference in New Issue
Block a user