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