i.e. the buildCodeTypes() function (step of the build script) does not respect the -o command-line argument, and just builds into the path hard-coded into the tsconfig.types.json found by tsc, which is a problem for the intended use case, as the first step of the build it purges the types already present in the target destination.
i.e. the
buildCodeTypes()function (step of the build script) does not respect the-ocommand-line argument, and just builds into the path hard-coded into thetsconfig.types.jsonfound bytsc, which is a problem for the intended use case, as the first step of the build it purges the types already present in the target destination.