mirror of
https://github.com/jumpserver/lina.git
synced 2025-04-27 19:15:13 +00:00
11 lines
159 B
JSON
11 lines
159 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
}
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|