jobs-jobs-jobs/vetur.config.js
Daniel J. Summers f132970535 Convert success list/view
Also adjusted webpack chunks, added tooling configuration
2021-07-29 23:23:36 -04:00

14 lines
344 B
JavaScript

// vetur.config.js
/** @type {import('vls').VeturConfig} */
module.exports = {
// override vscode settings
// Notice: It only affects the settings used by Vetur.
settings: {
// "vetur.useWorkspaceDependencies": true,
// "vetur.experimental.templateInterpolationService": true
},
projects: [
'./src/JobsJobsJobs/App'
]
}