From aa15a7114e717f0e7b2d68dc0aa24dcd15a3d7f0 Mon Sep 17 00:00:00 2001 From: Thomas Deinhamer Date: Tue, 3 Dec 2024 21:47:18 +0100 Subject: [PATCH] Add remix configuration --- configuration/remix.json | 6 ++++++ package.json | 1 + 2 files changed, 7 insertions(+) create mode 100755 configuration/remix.json diff --git a/configuration/remix.json b/configuration/remix.json new file mode 100755 index 0000000..902ac60 --- /dev/null +++ b/configuration/remix.json @@ -0,0 +1,6 @@ +{ + "extends": "./basic.json", + "compilerOptions": { + "jsx": "react-jsx" + } +} diff --git a/package.json b/package.json index 5565b70..2d08884 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ ".": "./configuration/basic.json", "./basic": "./configuration/basic.json", "./react": "./configuration/react.json", + "./remix": "./configuration/remix.json", "./vue": "./configuration/vue.json" }, "files": [