This repository has been archived on 2022-11-09. You can view files and clone it, but cannot push or open issues or pull requests.
Food-Frontend-Vue-2/jsconfig.json

9 lines
121 B
JSON

{
"compilerOptions": {
"target": "es6"
},
"exclude": [
"node_modules",
"dist"
]
}