nice
This commit is contained in:
10
deno.json
10
deno.json
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user