Skip to content

Commit 6f9f414

Browse files
authored
feat: add remix configuration (#124)
1 parent 9b95097 commit 6f9f414

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

configuration/remix.json

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
".": "./configuration/basic.json",
2727
"./basic": "./configuration/basic.json",
2828
"./react": "./configuration/react.json",
29+
"./remix": "./configuration/remix.json",
2930
"./vue": "./configuration/vue.json"
3031
},
3132
"files": [

0 commit comments

Comments
 (0)