mt-ck-wms-ui/jsconfig.json
2021-09-13 14:56:28 +08:00

9 рядки
137 B
JSON

{
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"exclude": ["node_modules", "dist"]
}