Files
ionic-framework/angular/ng-package.json
Sean Perkins 3ea3c39992 chore: working live-reload of angular project
Had to bump the angular dependency versions for ng-packagr. Need to validate if that is required or just a warning. We need to target v12 to support the versions of Angular we target.
2022-10-20 15:18:46 -04:00

15 lines
305 B
JSON

{
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
"assets": [
{
"glob": "**/*",
"input": "node_modules/@ionic/core/css",
"output": "./css"
}
],
"lib": {
"entryFile": "src/index.ts"
},
"allowedNonPeerDependencies": ["@ionic/core", "jsonc-parser"]
}