Veuillez supprimer et reconstruire le package avec le mode de compilation partiel Ivy, avant d'essayer de publier.

//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