Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
G3Backend
/
809941d3f3b8f57b8b77e690392b9c1696fc4420
/
.
/
react-ui
/
jsconfig.json
blob: 197bee5d5a6f350607d402cc9f1807f4ce0f7ad6 [
file
] [
log
] [
blame
]
86133
aaa3f5d
2025-04-20 21:33:29 +0800
[
diff
] [
blame
]
1
{
2
"compilerOptions"
:
{
3
"jsx"
:
"react-jsx"
,
4
"emitDecoratorMetadata"
:
true
,
5
"experimentalDecorators"
:
true
,
6
"baseUrl"
:
"."
,
7
"paths"
:
{
8
"@/*"
:
[
"./src/*"
]
9
}
10
}
11
}