-1

I am trying to publish my angular package but it's not working for me I am getting this error.

enter image description here

my package.json file enter image description here

1 Answers1

1

I guess you need to set "enableIvy": false in your tsconfig.lib.json file in angularCompilerOptions section.

subs
  • 2,189
  • 12
  • 35
  • 59