fd701b07f0
* 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
232 B
JSON
8 lines
232 B
JSON
{
|
|
"name": "@angular/platform-browser-dynamic/testing",
|
|
"typings": "./index.d.ts",
|
|
"main": "../bundles/platform-browser-dynamic-testing.umd.js",
|
|
"module": "../esm5/testing/index.js",
|
|
"es2015": "../esm15/testing/index.js"
|
|
}
|