]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
feat: add jsconfig.json for base template (#102)
authorBekzat Samatov <bekzatsmov2@gmail.com>
Fri, 10 Nov 2023 17:55:53 +0000 (23:55 +0600)
committerGitHub <noreply@github.com>
Fri, 10 Nov 2023 17:55:53 +0000 (18:55 +0100)
template/base/jsconfig.json [new file with mode: 0644]

diff --git a/template/base/jsconfig.json b/template/base/jsconfig.json
new file mode 100644 (file)
index 0000000..5a1f2d2
--- /dev/null
@@ -0,0 +1,8 @@
+{
+  "compilerOptions": {
+    "paths": {
+      "@/*": ["./src/*"]
+    }
+  },
+  "exclude": ["node_modules", "dist"]
+}