Gitiles
Code Review
Sign In
source.supwisdom.com
/
dali_platform
/
portal-all
/
ec83578df1f67ba74179a9ac7e26571a8023b07b
/
.
/
frontend
/
jsconfig.json
blob: 958df0467f1fbdde303bf11f08e3ba9a4de3078a [
file
] [
log
] [
blame
]
sijun.li
9646230
2020-07-24 10:08:05 +0800
[
diff
] [
blame
]
1
{
2
"compilerOptions"
:
{
3
"baseUrl"
:
"./"
,
4
"paths"
:
{
5
"@/*"
:
[
"src/*"
]
6
}
7
},
8
"exclude"
:
[
"node_modules"
,
"dist"
]
9
}