| { | |
| "compilerOptions": { | |
| "declarationDir": "lib", | |
| "outDir": "lib", | |
| "rootDir": "src", | |
| "allowJs": false | |
| }, | |
| "exclude": [ | |
| "lib", | |
| "test" | |
| ], | |
| "extends": "../../tsconfig.json", | |
| "include": [ | |
| "src/**/*", | |
| "types/**/*", | |
| "../../types/**/*" | |
| ], | |
| "references": [ | |
| { | |
| "path": "../../packages/superset-ui-chart-controls" | |
| }, | |
| { | |
| "path": "../../packages/superset-ui-core" | |
| } | |
| ] | |
| } |