CVEO-water-frontend/jsconfig.json
2020-10-28 21:57:45 +08:00

12 lines
269 B
JSON

{
"compilerOptions": {
"target":"es6",
"baseUrl": ".",
"allowSyntheticDefaultImports": true,
"paths": {
"@/*": ["./src/*"] ,
"com/*":["./src/components/*"]
}
},
// "exclude": ["node_modules"]
}