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 62e62a7 commit c499adfCopy full SHA for c499adf
configuration/qwik.json
@@ -0,0 +1,7 @@
1
+{
2
+ "extends": "./basic.json",
3
+ "compilerOptions": {
4
+ "jsx": "react-jsx",
5
+ "jsxImportSource": "@builder.io/qwik"
6
+ }
7
+}
package.json
@@ -25,6 +25,7 @@
25
"exports": {
26
".": "./configuration/basic.json",
27
"./basic": "./configuration/basic.json",
28
+ "./qwik": "./configuration/qwik.json",
29
"./react": "./configuration/react.json",
30
"./remix": "./configuration/remix.json",
31
"./vue": "./configuration/vue.json"
0 commit comments