vue-cnc-speed/jsconfig.json

14 lines
208 B
JSON
Raw Normal View History

2022-02-16 15:42:50 +01:00
{
2022-03-26 18:55:48 +01:00
"compilerOptions": {
"target": "es2015",
"module": "esnext",
"baseUrl": "./",
"paths": {
"@/*": ["components/*"]
}
},
2022-02-16 15:42:50 +01:00
"include": [
2022-03-26 18:55:48 +01:00
"src/**/*.vue",
"src/**/*.js"
2022-02-16 15:42:50 +01:00
]
}