refactor(tsc-wrapped): move tsc-wrapped to the packages directory (#18160)
This commit is contained in:

committed by
Miško Hevery

parent
a6c635e69e
commit
619e625ee2
@ -16,7 +16,7 @@ var tslibLocation = normalize('../../node_modules/tslib');
|
||||
var esm = 'esm/';
|
||||
|
||||
var locations = {
|
||||
'tsc-wrapped': normalize('../../dist/tools/@angular') + '/',
|
||||
'tsc-wrapped': normalize('../../dist/packages-dist') + '/',
|
||||
'compiler-cli': normalize('../../dist/packages') + '/'
|
||||
};
|
||||
|
||||
|
@ -20,8 +20,8 @@
|
||||
"@angular/http": ["../../dist/packages/http"],
|
||||
"@angular/platform-server": ["../../dist/packages/platform-server"],
|
||||
"@angular/platform-browser": ["../../dist/packages/platform-browser"],
|
||||
"@angular/tsc-wrapped": ["../../dist/tools/@angular/tsc-wrapped"],
|
||||
"@angular/tsc-wrapped/*": ["../../dist/tools/@angular/tsc-wrapped/*"]
|
||||
"@angular/tsc-wrapped": ["../../dist/packages-dist/tsc-wrapped"],
|
||||
"@angular/tsc-wrapped/*": ["../../dist/packages-dist/tsc-wrapped/*"]
|
||||
},
|
||||
"rootDir": ".",
|
||||
"sourceMap": true,
|
||||
|
Reference in New Issue
Block a user