From 7c1f9fc28a6be3656febf9d5411624fff4943f43 Mon Sep 17 00:00:00 2001 From: Mike Echevarria Date: Tue, 15 Dec 2020 22:09:11 -0500 Subject: [PATCH] add for vetur vscode plugin --- jsconfig.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 jsconfig.json diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..53996a2 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,14 @@ +{ + "compilerOptions": { + "target": "es2015", + "module": "esnext", + "baseUrl": "./", + "paths": { + "@/*": ["components/*"] + } + }, + "include": [ + "src/**/*.vue", + "src/**/*.js" + ] + } \ No newline at end of file