I’m using servicestack typescript client in my angular frontend project
I’m upgrading angular to the last release (v20) and I would like to understand how to remove the following warning I get when I build the app
the SS typescript client version is 2.0.17 but I get the error also with version 2.1.11
the setting allowedCommonJsDependencies does not help
the build command is
ng build --project=connessioni-reshaped --output-path=setup/it/connessioni --aot --base-href=/html/it/connessioni/ --configuration=production
thanks