Closed websolutions-hamburg closed 2 years ago
Hello,
this is a great plugin. We like to use it with a project, where we use *.mts files. Unfortunately, the plugin only allows the use of files with the extension *`.tsx`**: https://github.com/aleclarson/vite-tsconfig-paths/blob/8e5a382a8f03233504ca391ea4c2119ffbc746b7/src/index.ts#L110
*.mts
Would it be possible to use other file extensions such as *.mts or *.ts?
*.ts
Fixed in 3.6.0
3.6.0
Note: .ts files were already supported. The x is optional in that regexp.
.ts
x
Hello,
this is a great plugin. We like to use it with a project, where we use
*.mts
files. Unfortunately, the plugin only allows the use of files with the extension *`.tsx`**: https://github.com/aleclarson/vite-tsconfig-paths/blob/8e5a382a8f03233504ca391ea4c2119ffbc746b7/src/index.ts#L110Would it be possible to use other file extensions such as
*.mts
or*.ts
?