update of extension for typescript #2989
indolent-developer
started this conversation in
General
Replies: 1 comment
-
Yes, I use this without explicitly compiling. Instead I rely on a separately running
Could you elaborate? Why are you using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was looking at this code block.
...
let extensions; try { extensions = normalizeExtensions(conf.extensions, providers); } catch (error) { exit(error.message); }
so as per this link. https://github.com/avajs/ava/blob/main/docs/recipes/typescript.md
if compile= false , should we be still added ts in the extension list. The code is adding ts extension, which is unintentionally testing ts files for me.
Beta Was this translation helpful? Give feedback.
All reactions