From b71eacf632d9ddf8ab22a4882c52864223ea0345 Mon Sep 17 00:00:00 2001 From: Timotej Ecimovic <timotej.ecimovic@silabs.com> Date: Tue, 19 Jan 2021 09:59:04 -0400 Subject: [PATCH] Add the vetur config file. --- jsconfig.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 jsconfig.json diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 00000000..8ed7567c --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,3 @@ +{ + "include": ["./src/**/*", "./src-shared/**/*"] +} -- GitLab