From ed13b0690e3ccd637bc35707a1fdd54a60fb39ea Mon Sep 17 00:00:00 2001 From: Thomas Deinhamer <184284+thasmo@users.noreply.github.com> Date: Sun, 1 Dec 2024 13:43:49 +0100 Subject: [PATCH] feat: add vue configuration (#120) --- configuration/vue.json | 7 +++++++ package.json | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100755 configuration/vue.json diff --git a/configuration/vue.json b/configuration/vue.json new file mode 100755 index 0000000..589e96c --- /dev/null +++ b/configuration/vue.json @@ -0,0 +1,7 @@ +{ + "extends": "./basic.json", + "compilerOptions": { + "jsx": "preserve", + "jsxImportSource": "vue" + } +} diff --git a/package.json b/package.json index a623860..5565b70 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,8 @@ "exports": { ".": "./configuration/basic.json", "./basic": "./configuration/basic.json", - "./react": "./configuration/react.json" + "./react": "./configuration/react.json", + "./vue": "./configuration/vue.json" }, "files": [ "./configuration/"