Skip to content

Commit ed13b06

Browse files
authored
feat: add vue configuration (#120)
1 parent afa101b commit ed13b06

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

configuration/vue.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"extends": "./basic.json",
3+
"compilerOptions": {
4+
"jsx": "preserve",
5+
"jsxImportSource": "vue"
6+
}
7+
}

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"exports": {
2626
".": "./configuration/basic.json",
2727
"./basic": "./configuration/basic.json",
28-
"./react": "./configuration/react.json"
28+
"./react": "./configuration/react.json",
29+
"./vue": "./configuration/vue.json"
2930
},
3031
"files": [
3132
"./configuration/"

0 commit comments

Comments
 (0)