|
|
|
|
|
by xkapastel
1605 days ago
|
|
What do you mean? You can use TypeScript or JavaScript, so .ts or .js extensions. I think what you are missing is that, if you use TypeScript in Deno, the extension is .ts. What's confusing is the way Node.js+TypeScript does it, which means using TypeScript with .js extensions. |
|