How to remove `.ts` extension form file name

how i can turn this
import { UsersServices } from "#services/users.services.ts"

to this
import { UsersServices } from "#services/users.services"

In deno?
Was this page helpful?