mirror of
https://github.com/apache/superset.git
synced 2026-05-07 17:04:58 +00:00
16 lines
362 B
JSON
16 lines
362 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"rootDir": "src",
|
|
"outDir": "lib",
|
|
"baseUrl": "."
|
|
},
|
|
"include": ["src/**/*", "types/**/*"],
|
|
"exclude": ["lib", "test"],
|
|
"references": [
|
|
{ "path": "../../packages/superset-ui-core" },
|
|
{ "path": "../../packages/superset-ui-chart-controls" }
|
|
]
|
|
}
|