Sign in
apache
/
fory-site
/
refs/heads/introducing_fory_cpp_blog
/
.
/
tsconfig.json
blob: 7dc3bde14aa25fc25700b4c915dbd20d2f7fa351 [
file
]
{
//
This
file is not used in compilation
.
It
is here just for a nice editor experience
.
"extends"
:
"@docusaurus/tsconfig"
,
"compilerOptions"
:
{
"jsx"
:
"react"
,
"baseUrl"
:
"."
}
}