mirror of
https://github.com/apache/superset.git
synced 2026-07-24 23:56:22 +00:00
Introduces @superset-ui/glyph-core's defineChart() and migrates ECharts, deckgl, nvd3, legacy, and other plugins from the multi-file pattern (controlPanel/transformProps/buildQuery/types/component) to single-file chart definitions. Includes the SIP design doc, GlyphOptionsPanel explore UI, and the supporting test suites. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
18 lines
498 B
JSON
18 lines
498 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "../..",
|
|
"outDir": "lib",
|
|
"rootDir": "src",
|
|
"declarationDir": "lib"
|
|
},
|
|
"include": ["src/**/*", "types/**/*"],
|
|
"exclude": ["src/**/*.test.*", "src/**/*.stories.*"],
|
|
"references": [
|
|
{ "path": "../../packages/superset-core" },
|
|
{ "path": "../../packages/superset-ui-core" },
|
|
{ "path": "../../packages/superset-ui-chart-controls" },
|
|
{ "path": "../../packages/superset-ui-glyph-core" }
|
|
]
|
|
}
|