mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-27 04:41:03 +00:00
feat: use svelte query (#63)
This commit is contained in:
@@ -10,11 +10,13 @@
|
||||
"sourceMap": true,
|
||||
"strict": true,
|
||||
"types": ["node"],
|
||||
"lib": ["ESNext", "DOM"],
|
||||
"paths": {
|
||||
"$data/*": ["./src/data/*"],
|
||||
"$lib": ["src/lib"],
|
||||
"$lib/*": ["./src/lib/*"],
|
||||
"$layout/*": ["./src/layout/*"],
|
||||
"$images/*": ["./images/*"],
|
||||
},
|
||||
"$images/*": ["./images/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user