Sign in
apache
/
superset
/
refs/heads/chore/ci/setup-python-ref-version-mismatch
/
.
/
superset-frontend
/
plugins
/
plugin-chart-table
/
test
/
tsconfig.json
blob: e24cb207084b803169a4ef4936d98e5b35c172ab [
file
]
{
"compilerOptions"
:
{
"composite"
:
false
,
"emitDeclarationOnly"
:
false
,
"rootDir"
:
"../../../"
},
"extends"
:
"../../../tsconfig.json"
,
"include"
:
[
"**/*"
,
"../types/**/*"
,
"../../../types/**/*"
]
}