@Dominic.Lerbs wrote:
Hi,
we are using the unlimited domain goJS package, therefore I need to download the goJS libraries from the website and cannot use npm.
Currently we have the downloaded goJS library in a scripts folder in our project, which is under source control.
Additionally, we've manually downloaded the go.d.ts and also put it into source control.
In the modules, we then import goJS with the following command:import * as go from "../../scripts/go";Is this the best approach to use the unlimited domain package in TypeScript? Any chance I can avoid downloading the go.d.ts file manually and instead install it via npm? I've had a look at the @types/go package, but it seems to be outdated?
Best regards,
Dominic
Posts: 2
Participants: 2