ng-package.json 477 B

123456789101112131415161718
  1. {
  2. "$schema": "../../node_modules/ng-packagr/ng-package.schema.json",
  3. "dest": "../../package",
  4. "whitelistedNonPeerDependencies": ["."],
  5. "assets": [
  6. "./static/favicon.ico",
  7. "./static/index.html",
  8. "./static/polyfills.ts",
  9. "./static/vendure-ui-config.json",
  10. "./static/assets/*.*",
  11. "./static/styles/**/*.scss",
  12. "./static/i18n-messages/*.json"
  13. ],
  14. "lib": {
  15. "styleIncludePaths": ["./static/styles"],
  16. "entryFile": "./public_api.ts"
  17. }
  18. }