28 lines
722 B
JSON
28 lines
722 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2015",
|
|
"lib": ["es6", "dom"],
|
|
"noImplicitAny": true,
|
|
"sourceMap": true,
|
|
"baseUrl": ".",
|
|
"outDir": "../../dist/packages/benchpress",
|
|
"paths": {
|
|
"@angular/core": ["../../dist/packages/core"]
|
|
},
|
|
"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",
|
|
"../../node_modules/@types/node/index.d.ts",
|
|
"../../node_modules/@types/jasmine/index.d.ts",
|
|
"../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
]
|
|
}
|