mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
deno.json: fix imports warning
This commit is contained in:
parent
655004e775
commit
0227eb3b34
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"imports": {
|
||||
"@/": "./src/",
|
||||
"~/": "./"
|
||||
"~/fixtures/": "./fixtures/"
|
||||
},
|
||||
"lint": {
|
||||
"include": ["src/", "scripts/"],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue