mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
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.
15 lines
305 B
JSON
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"]
|
|
}
|