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