You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to add --emit-tsd [some file path] to the linker options, however the build complained that tsc is not available from the emscripten workspace. From my understanding, these lines check that tsc is globally available or via npm. I attempted a few things to incorporate typescript via rules_js from Aspect Build without much success. Without sandboxing and with a global installation of typescript, it works just fine.
What is the recommended approach to maintain sandboxing when emitting types?
The text was updated successfully, but these errors were encountered:
I tried to add
--emit-tsd [some file path]
to the linker options, however the build complained thattsc
is not available from the emscripten workspace. From my understanding, these lines check thattsc
is globally available or via npm. I attempted a few things to incorporate typescript via rules_js from Aspect Build without much success. Without sandboxing and with a global installation of typescript, it works just fine.What is the recommended approach to maintain sandboxing when emitting types?
The text was updated successfully, but these errors were encountered: