Skip to content

Commit c499adf

Browse files
authored
feat: add configuration for qwik (#171)
1 parent 62e62a7 commit c499adf

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

configuration/qwik.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": "react-jsx",
5+
"jsxImportSource": "@builder.io/qwik"
6+
}
7+
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"exports": {
2626
".": "./configuration/basic.json",
2727
"./basic": "./configuration/basic.json",
28+
"./qwik": "./configuration/qwik.json",
2829
"./react": "./configuration/react.json",
2930
"./remix": "./configuration/remix.json",
3031
"./vue": "./configuration/vue.json"

0 commit comments

Comments
 (0)