Import map
Hi I have this in deno.json:
but deno seems to ignore it:
In .spec file I use
but deno seems to ignore it:
In .spec file I use
import { AppController } from './app.controller'"imports": {
"./app.controller": "./app.controller.ts",$ deno check src/app/app.controller.spec.ts
error: Module not found "file:///.../src/app/app.controller".
at file:///.../src/app/app.controller.spec.ts:2:31import { AppController } from './app.controller'