mirror of
https://github.com/robonen/tools.git
synced 2026-03-20 02:44:45 +00:00
feat(web/vue): add useStorage and useStorageAsync, separate all composables by categories
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
{
|
||||
"extends": "@robonen/tsconfig/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"lib": ["DOM"]
|
||||
"lib": ["DOM"],
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["src/*"],
|
||||
"@/composables/*": ["src/composables/*"],
|
||||
"@/types": ["src/types"],
|
||||
"@/utils": ["src/utils"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user