Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
PT_Sixth
/
9bf462d9345f2c7eec66e8069c55ea6e9f1ba11b
/
.
/
jsconfig.json
blob: fb4171272d92af8cfaa2e2e27714893eab025452 [
file
] [
log
] [
blame
]
{
"compilerOptions"
:
{
"target"
:
"es5"
,
"module"
:
"esnext"
,
"baseUrl"
:
"./"
,
"moduleResolution"
:
"node"
,
"paths"
:
{
"@/*"
:
[
"src/*"
]
},
"lib"
:
[
"esnext"
,
"dom"
,
"dom.iterable"
,
"scripthost"
]
}
}