Sign in
appsheet-third-party
/
echarts
/
refs/heads/main
/
.
/
test
/
ut
/
tsconfig.json
blob: 63885f0a1e9135b8d0e784f1452b4aa0cc2ef4a8 [
file
] [
log
] [
blame
] [
edit
]
{
"compilerOptions"
:
{
"target"
:
"ES6"
,
"noImplicitAny"
:
true
,
"noImplicitThis"
:
true
,
"strictBindCallApply"
:
true
,
"esModuleInterop"
:
true
,
"baseUrl"
:
"./"
,
"paths"
:
{
"@/*"
:
[
"../../*"
]
}
},
"include"
:
[
"**/*.ts"
],
"exclude"
:
[
]
}