deno.json: fix imports warning

This commit is contained in:
Alex Gleason 2023-08-26 19:14:29 -05:00
parent 655004e775
commit 0227eb3b34
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
}, },
"imports": { "imports": {
"@/": "./src/", "@/": "./src/",
"~/": "./" "~/fixtures/": "./fixtures/"
}, },
"lint": { "lint": {
"include": ["src/", "scripts/"], "include": ["src/", "scripts/"],