10 lines
242 B
JSON
10 lines
242 B
JSON
|
{
|
||
|
"deno.enable": true,
|
||
|
"deno.unstable": true,
|
||
|
"deno.suggest.imports.hosts": {
|
||
|
"https://deno.land": true,
|
||
|
"https://x.nest.land": true,
|
||
|
"https://crux.land": true,
|
||
|
"http://localhost:9999": true
|
||
|
}
|
||
|
}
|