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 9b95097 commit 6f9f414Copy full SHA for 6f9f414
configuration/remix.json
@@ -0,0 +1,6 @@
1
+{
2
+ "extends": "./basic.json",
3
+ "compilerOptions": {
4
+ "jsx": "react-jsx"
5
+ }
6
+}
package.json
@@ -26,6 +26,7 @@
26
".": "./configuration/basic.json",
27
"./basic": "./configuration/basic.json",
28
"./react": "./configuration/react.json",
29
+ "./remix": "./configuration/remix.json",
30
"./vue": "./configuration/vue.json"
31
},
32
"files": [
0 commit comments