From 0227eb3b345fa06cd79db507f950d90675e29a25 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 26 Aug 2023 19:14:29 -0500 Subject: [PATCH] deno.json: fix imports warning --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/"],