2016-06-14 21:23:40 -04:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": ".",
|
|
|
|
"declaration": true,
|
|
|
|
"stripInternal": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"module": "es2015",
|
|
|
|
"moduleResolution": "node",
|
2016-08-30 21:07:40 -04:00
|
|
|
"outDir": "../../../dist/packages-dist/forms",
|
2016-06-14 21:23:40 -04:00
|
|
|
"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/compiler": ["../../../dist/packages-dist/compiler"],
|
|
|
|
"@angular/compiler/testing": ["../../../dist/packages-dist/compiler/testing"]
|
|
|
|
},
|
|
|
|
"rootDir": ".",
|
|
|
|
"sourceMap": true,
|
|
|
|
"inlineSources": true,
|
2017-01-27 20:39:48 -05:00
|
|
|
"target": "es2015",
|
2016-08-30 21:07:40 -04:00
|
|
|
"skipLibCheck": true,
|
2017-01-24 12:04:11 -05:00
|
|
|
"lib": ["es2015", "dom"],
|
|
|
|
// don't auto-discover @types/node, it results in a ///<reference in the .d.ts output
|
|
|
|
"types": []
|
2016-06-14 21:23:40 -04:00
|
|
|
},
|
|
|
|
"files": [
|
2017-02-15 16:30:40 -05:00
|
|
|
"public_api.ts",
|
2016-06-14 21:23:40 -04:00
|
|
|
"../../../node_modules/zone.js/dist/zone.js.d.ts"
|
2016-08-22 20:37:48 -04:00
|
|
|
],
|
|
|
|
"angularCompilerOptions": {
|
2016-11-16 19:42:24 -05:00
|
|
|
"annotateForClosureCompiler": true,
|
2017-02-15 16:30:40 -05:00
|
|
|
"strictMetadataEmit": true,
|
2017-02-22 13:57:01 -05:00
|
|
|
"flatModuleOutFile": "index.js",
|
|
|
|
"flatModuleId": "@angular/forms"
|
2016-08-22 20:37:48 -04:00
|
|
|
}
|
2016-06-14 21:23:40 -04:00
|
|
|
}
|