How to fix: "deno error: Cannot resolve module 'x'"

How to fix: "deno error: Cannot resolve module 'x'"

我遇到了这样的错误:

error: Cannot resolve module "<path>/src/routes" from "<path>/src/index.ts"
Imported from "file:///F:/Development/k8demo/api-deno/src/index.ts:2"

我的问题是 Deno 需要 .ts 不同于节点的导入扩展。
通过在导入中添加 .ts 来修复。