diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 0000000..ac49d83 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,17 @@ +{ + "compilerOptions": { + "baseUrl": "./", + "module": "CommonJS", + "paths": { + "@/*": [ + "src/*" + ] + }, + "sourceMap": false, + "target": "ES5" + }, + "include": [ + "src/**/*.vue", + "src/**/*.js" + ] +} \ No newline at end of file