This commit is contained in:
Daniel Ledda
2024-10-31 23:46:23 +01:00
parent 314ccaa677
commit bcb820f35e
36 changed files with 4427 additions and 61 deletions

View File

@@ -10,7 +10,9 @@
},
"imports": {
"vue": "npm:vue@^3.5.12",
"vue-router": "npm:vue-router@4.4.5",
"vue/jsx-runtime": "npm:vue/jsx-runtime",
"@vue/devtools-api": "npm:@vue/devtools-api",
"@/": "./app/"
},
"nodeModulesDir": "auto",
@@ -18,6 +20,12 @@
"jsx": "react-jsx",
"jsxFactory": "h",
"jsxFragmentFactory": "Fragment",
"jsxImportSource": "vue"
"jsxImportSource": "vue",
"lib": [
"deno.ns",
"esnext",
"dom",
"dom.iterable"
]
}
}