I create a new module using angular 6, that will serve as a package to use in another project.
Now, I'm trying to configure the karma and jasmine so I could create unit tests on it. The problem is that I found out that the project does not have any angular.json
file.
It is possible to generate a default angular.json
file from the command line?