22 lines
468 B
JSON
22 lines
468 B
JSON
{
|
|
"extends": "../tsconfig-build.json",
|
|
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"baseUrl": ".",
|
|
"rootDir": ".",
|
|
"sourceRoot": ".",
|
|
"paths": {
|
|
"@angular/core": ["../../dist/packages/core"]
|
|
},
|
|
"outDir": "../../dist/packages/benchpress"
|
|
},
|
|
|
|
"files": [
|
|
"index.ts",
|
|
"../../node_modules/@types/node/index.d.ts",
|
|
"../../node_modules/@types/jasmine/index.d.ts",
|
|
"../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
]
|
|
}
|