35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"declaration": true,
|
|
"stripInternal": true,
|
|
"experimentalDecorators": true,
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"outDir": "../../dist/packages/platform-browser-dynamic",
|
|
"paths": {
|
|
"@angular/core": ["../../dist/packages/core"],
|
|
"@angular/core/testing": ["../../dist/packages/core/testing"],
|
|
"@angular/common": ["../../dist/packages/common"],
|
|
"@angular/common/testing": ["../../dist/packages/common/testing"],
|
|
"@angular/compiler": ["../../dist/packages/compiler"],
|
|
"@angular/compiler/testing": ["../../dist/packages/compiler/testing"],
|
|
"@angular/platform-browser": ["../../dist/packages/platform-browser"],
|
|
"@angular/platform-browser/testing": ["../../dist/packages/platform-browser/testing"]
|
|
},
|
|
"rootDir": ".",
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"target": "es2015",
|
|
"skipLibCheck": true,
|
|
"lib": ["es2015", "dom"],
|
|
// don't auto-discover @types/node, it results in a ///<reference in the .d.ts output
|
|
"types": []
|
|
},
|
|
"files": [
|
|
"index.ts",
|
|
"../../node_modules/@types/jasmine/index.d.ts",
|
|
"../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
]
|
|
}
|