We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa101b commit ed13b06Copy full SHA for ed13b06
configuration/vue.json
@@ -0,0 +1,7 @@
1
+{
2
+ "extends": "./basic.json",
3
+ "compilerOptions": {
4
+ "jsx": "preserve",
5
+ "jsxImportSource": "vue"
6
+ }
7
+}
package.json
@@ -25,7 +25,8 @@
25
"exports": {
26
".": "./configuration/basic.json",
27
"./basic": "./configuration/basic.json",
28
- "./react": "./configuration/react.json"
+ "./react": "./configuration/react.json",
29
+ "./vue": "./configuration/vue.json"
30
},
31
"files": [
32
"./configuration/"
0 commit comments