mirror of
https://github.com/veops/cmdb.git
synced 2025-08-07 00:02:46 +08:00
12 lines
179 B
JSON
12 lines
179 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules", "dist"],
|
|
"include": ["src/*"]
|
|
}
|