diff --git a/angular.json b/angular.json index c78f638e..7c96f3d1 100644 --- a/angular.json +++ b/angular.json @@ -58,6 +58,11 @@ "input": "./node_modules/@pega/constellationjs/dist/", "output": "./constellation/prerequisite" }, + { + "glob": "*.*", + "input": "./node_modules/@pega/constellationjs/dist/js", + "output": "./constellation/prerequisite/js" + }, { "glob": "*.*", "input": "./src/assets/",