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
@@ -13,8 +13,8 @@
|
||||
"selenium-webdriver": ["../node_modules/@types/selenium-webdriver/index.d.ts"],
|
||||
"rxjs/*": ["../node_modules/rxjs/*"],
|
||||
"@angular/*": ["../dist/all/@angular/*"],
|
||||
"@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": ".",
|
||||
"inlineSourceMap": true,
|
||||
|
||||
Reference in New Issue
Block a user