mirror of https://github.com/helix-editor/helix
Recognize .cts and .mts file type as TypeScript (#6424)
TypeScript can use three type of file extensions: - .ts for regular TypeScript - .cts for CommonJS modules - .mts for ES modules Official documentation on supported file extensions: https://www.typescriptlang.org/docs/handbook/esm-node.html#new-file-extensionspull/6431/head
parent
6acd200028
commit
9a65118899
Loading…
Reference in New Issue