2016-08-26 19:34:08 -04:00
|
|
|
{
|
2017-01-27 20:39:48 -05:00
|
|
|
"compilerOptions": {
|
|
|
|
"module": "commonjs",
|
|
|
|
"target": "es2015",
|
|
|
|
"lib": ["es6", "dom"],
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
"baseUrl": ".",
|
2017-03-06 19:51:03 -05:00
|
|
|
"outDir": "../../dist/packages/benchpress",
|
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-01-27 20:39:48 -05:00
|
|
|
"experimentalDecorators": true,
|
|
|
|
"rootDir": ".",
|
|
|
|
"sourceRoot": ".",
|
|
|
|
"declaration": true,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
// don't auto-discover @types/node, it results in a ///<reference in the .d.ts output
|
|
|
|
"types": []
|
|
|
|
},
|
|
|
|
"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
|
|
|
}
|