How to remove `.ts` extension form file name

how i can turn this
import { UsersServices } from "#services/users.services.ts"
import { UsersServices } from "#services/users.services.ts"
to this
import { UsersServices } from "#services/users.services"
import { UsersServices } from "#services/users.services"
In deno?
2 Replies
Mr. Wayne 🇵🇸
@Deno AI Helper
Deno AI Helper
Deno AI Helper•4mo ago
Hello! It seems that the specific answer to your question isn't available in the official Deno documentation. However, if you could share the details of your question or the issue you're encountering, I'll do my best to spot any obvious syntax errors or mistakes and provide some guidance. Please note that my advice will not be based on the Deno documentation, so I recommend double-checking the accuracy of any suggestions given. Feel free to share your code snippet or question, and I'll assist you as best as I can!