4 Replies
@nya sleepy
tsc
has no clue about Deno stuff and doesn't support https import specifiers. Maybe you meant to use deno check
instead? That is the Deno equivalent of doing type checkingAh
I barely know anything about typescript so yea
Deno comes with TypeScript built in, so no need to use external TypeScript stuff
Ag
Ah