especially since it worked fine yesteday
# general
b
especially since it worked fine yesteday
c
@better-rainbow-14549 hard to say. @bitter-oil-46081 do you think this might be related to tsconfig?
b
I believe that we would use a provided tsconfig if present, but it's possible there's some subtle issue here. Is it possible for you to share out a repo? Is
x
here something you defined yourself or is it something provided by another package or node? If you are truly blocked, you can just disable the built in type script support. It would require you to run
tsc
yourself, but then things would just load raw JS as expected.