Пожалуйста, удалите и восстановите пакет с режимом частичного компиляции плюща, прежде чем пытаться опубликовать.

//Angular
//ERROR: "Please delete and rebuild the package with Ivy partial compilation mode, before attempting to publish."

//on tsconfig.json add the compilation mode
"angularCompilerOptions": {
	"compilationMode": "partial"
}
Watcher O_O