SpixyS
Denoβ€’3y agoβ€’
1 reply
Spixy

Import map

Hi I have this in deno.json:
"imports": {
    "./app.controller": "./app.controller.ts",

but deno seems to ignore it:
$ 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:31

In .spec file I use import { AppController } from './app.controller'
Was this page helpful?