2016-08-26 19:34:08 -04:00
|
|
|
{
|
2017-08-02 22:15:30 -04:00
|
|
|
"extends": "../tsconfig-build.json",
|
|
|
|
|
2017-01-27 20:39:48 -05:00
|
|
|
"compilerOptions": {
|
|
|
|
"module": "commonjs",
|
|
|
|
"baseUrl": ".",
|
2017-08-02 22:15:30 -04:00
|
|
|
"rootDir": ".",
|
|
|
|
"sourceRoot": ".",
|
2017-01-27 20:39:48 -05:00
|
|
|
"paths": {
|
2017-03-06 19:51:03 -05:00
|
|
|
"@angular/core": ["../../dist/packages/core"]
|
2016-08-26 19:34:08 -04:00
|
|
|
},
|
2017-08-02 22:15:30 -04:00
|
|
|
"outDir": "../../dist/packages/benchpress"
|
2017-01-27 20:39:48 -05:00
|
|
|
},
|
2017-08-02 22:15:30 -04:00
|
|
|
|
2017-01-27 20:39:48 -05:00
|
|
|
"files": [
|
|
|
|
"index.ts",
|
2017-03-02 15:12:46 -05:00
|
|
|
"../../node_modules/@types/node/index.d.ts",
|
|
|
|
"../../node_modules/@types/jasmine/index.d.ts",
|
|
|
|
"../../node_modules/zone.js/dist/zone.js.d.ts"
|
2017-01-27 20:39:48 -05:00
|
|
|
]
|
2016-08-26 19:34:08 -04:00
|
|
|
}
|