* Remove now unnecessary portions of build. * Add a compilePackageES5 method to build ES5 from sources * Rework all package.json and rollup config files to new format * Remove "extends" from tsconfig-build.json files and fixup compilation roots PR Close #18541
8 lines
192 B
JSON
8 lines
192 B
JSON
{
|
|
"name": "@angular/core/testing",
|
|
"typings": "./index.d.ts",
|
|
"main": "../bundles/core-testing.umd.js",
|
|
"module": "../esm5/testing/index.js",
|
|
"es2015": "../esm15/testing/index.js"
|
|
}
|