mirror of
https://github.com/veops/cmdb.git
synced 2025-08-08 05:26:19 +08:00
Modify code organization
This commit is contained in:
11
cmdb-ui/jsconfig.json
Normal file
11
cmdb-ui/jsconfig.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es6",
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["src/*"]
|
||||
}
|
||||
},
|
||||
"exclude": ["node_modules", "dist"],
|
||||
"include": ["src/**/*"]
|
||||
}
|
Reference in New Issue
Block a user