vuex-ht/jsconfig.json

10 lines
137 B
JSON
Raw Normal View History

2021-01-13 10:48:18 +08:00
{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"]
}