Skip to content

Commit

Permalink
feat: add vue configuration (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
thasmo authored Dec 1, 2024
1 parent afa101b commit ed13b06
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions configuration/vue.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"extends": "./basic.json",
"compilerOptions": {
"jsx": "preserve",
"jsxImportSource": "vue"
}
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
"exports": {
".": "./configuration/basic.json",
"./basic": "./configuration/basic.json",
"./react": "./configuration/react.json"
"./react": "./configuration/react.json",
"./vue": "./configuration/vue.json"
},
"files": [
"./configuration/"
Expand Down

0 comments on commit ed13b06

Please sign in to comment.