fix(ngc): Revert "fix(ngc): add an option to produce TS1.9-pathMapping imports (#10602)" (#10765)

This reverts commit beadf6167a.
This commit is contained in:
Alex Eagle
2016-08-12 17:38:29 -07:00
committed by vikerman
parent a235ae16ed
commit 9317056138
6 changed files with 80 additions and 127 deletions

View File

@ -13,6 +13,7 @@
"moduleResolution": "node",
"rootDir": "",
"declaration": true,
"lib": ["es6", "dom"]
"lib": ["es6", "dom"],
"baseUrl": "."
}
}