Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recognize .cts and .mts file type as TypeScript (helix-editor#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-extensions
- Loading branch information