mirror of
https://github.com/apache/superset.git
synced 2026-04-12 04:37:49 +00:00
Signed-off-by: hainenber <dotronghai96@gmail.com> Co-authored-by: Amaan Nawab <nelsondrew07@gmail.com> Co-authored-by: Levis Mbote <111055098+LevisNgigi@users.noreply.github.com> Co-authored-by: Enzo Martellucci <52219496+EnxDev@users.noreply.github.com> Co-authored-by: Paul Rhodes <withnale@users.noreply.github.com> Co-authored-by: Vitor Avila <96086495+Vitor-Avila@users.noreply.github.com> Co-authored-by: Đỗ Trọng Hải <41283691+hainenber@users.noreply.github.com> Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com> Co-authored-by: Sam Firke <sfirke@users.noreply.github.com>
19 lines
383 B
JSON
19 lines
383 B
JSON
{
|
|
"compilerOptions": {
|
|
"declarationDir": "lib",
|
|
"outDir": "lib",
|
|
"rootDir": "src"
|
|
},
|
|
"exclude": ["lib", "test"],
|
|
"extends": "../../tsconfig.json",
|
|
"include": ["src/**/*", "types/**/*", "../../types/**/*"],
|
|
"references": [
|
|
{
|
|
"path": "../../packages/superset-ui-chart-controls"
|
|
},
|
|
{
|
|
"path": "../../packages/superset-ui-core"
|
|
}
|
|
]
|
|
}
|