34 lines
1.0 KiB
JSON
34 lines
1.0 KiB
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"declaration": true,
|
|
"stripInternal": true,
|
|
"experimentalDecorators": true,
|
|
"module": "es2015",
|
|
"moduleResolution": "node",
|
|
"outDir": "../../../dist/packages-dist/platform-browser/",
|
|
"paths": {
|
|
"@angular/core": ["../../../dist/packages-dist/core"],
|
|
"@angular/core/testing": ["../../../dist/packages-dist/core/testing"],
|
|
"@angular/common": ["../../../dist/packages-dist/common"],
|
|
"@angular/common/testing": ["../../../dist/packages-dist/common/testing"],
|
|
"@angular/platform-browser": ["../../../dist/packages-dist/platform-browser"]
|
|
},
|
|
"rootDir": ".",
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"lib": ["es6", "dom"],
|
|
"target": "es5",
|
|
"skipLibCheck": true
|
|
},
|
|
"files": [
|
|
"testing/index.ts",
|
|
"../../../node_modules/@types/hammerjs/index.d.ts",
|
|
"../../../node_modules/@types/jasmine/index.d.ts",
|
|
"../../../node_modules/zone.js/dist/zone.js.d.ts"
|
|
],
|
|
"angularCompilerOptions": {
|
|
"strictMetadataEmit": true
|
|
}
|
|
}
|