pub fn is_typescript_path(path: &Path) -> bool
True when a path’s extension marks it as TypeScript (.ts/.tsx/ .mts/.cts) and so must be transpiled through the bundler.
.ts
.tsx
.mts
.cts