Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
ThunderHubWeb
/
012359d6d6ef114634a444c9298cb8c788ad4577
/
.
/
jsconfig.json
blob: 197bee5d5a6f350607d402cc9f1807f4ce0f7ad6 [
file
] [
log
] [
blame
]
{
"compilerOptions"
:
{
"jsx"
:
"react-jsx"
,
"emitDecoratorMetadata"
:
true
,
"experimentalDecorators"
:
true
,
"baseUrl"
:
"."
,
"paths"
:
{
"@/*"
:
[
"./src/*"
]
}
}
}