diff --git a/deno.json b/deno.json index a2faa60b..72a9518a 100644 --- a/deno.json +++ b/deno.json @@ -11,7 +11,7 @@ }, "imports": { "@/": "./src/", - "~/": "./" + "~/fixtures/": "./fixtures/" }, "lint": { "include": ["src/", "scripts/"],