{ "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" } ] }