Import map
Hi I have this in deno.json:
but deno seems to ignore it:
In .spec file I use
import { AppController } from './app.controller'
1 Reply
Code has to be compatible with both deno aj node. I tried
allowImportingTsExtensions: true
in node but without success, so now I try it from deno side.