Skip to main content
File
{ "compilerOptions": { "module": "amd", "target": "esnext", "baseUrl": ".", "paths": { "http://*": ["../../../.deno/deps/http/*"], "https://*": ["../../../.deno/deps/https/*"], "*.ts": ["*"] }, "plugins": [ { "name": "typescript-deno-plugin", "enable": true, // default is `true` "importmap": "import_map.json" } ] }}