build: fix rollup config file paths

This commit is contained in:
Jason Aden
2017-03-06 16:51:03 -08:00
parent 5aed1e36b8
commit 72563b61fb
29 changed files with 86 additions and 49 deletions

View File

@ -6,9 +6,9 @@
"noImplicitAny": true,
"sourceMap": true,
"baseUrl": ".",
"outDir": "../../../dist/packages/benchpress",
"outDir": "../../dist/packages/benchpress",
"paths": {
"@angular/core": ["../../../dist/packages/core"]
"@angular/core": ["../../dist/packages/core"]
},
"experimentalDecorators": true,
"rootDir": ".",