Join Slack
Powered by
This message was deleted.
# general
s
sparse-intern-71089
06/19/2020, 9:03 PM
This message was deleted.
w
white-balloon-205
06/19/2020, 9:06 PM
There is a slightly nasty TypeScript gotcha that imports will be ignored if no imported variables are referenced. That might be what you are hitting? You can use
import "./dns.ts"
to force the file to be imported.
https://github.com/Microsoft/TypeScript/wiki/FAQ#why-are-imports-being-elided-in-my-emit
m
many-jordan-46874
06/19/2020, 10:16 PM
@white-balloon-205
that worked! Thanks.
10
Views
Open in Slack
Previous
Next