fe-drone-ci/jsconfig.json

10 lines
138 B
JSON
Raw Normal View History

{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"]
2020-09-28 21:38:00 +00:00
}