grafana/packages/grafana-ui/tsconfig.build.json

12 lines
338 B
JSON

{
"compilerOptions": {
"paths": {
"@emotion/core": ["../../src/types/emotion-core-stub.d.ts"],
"@grafana/slate-react": ["slate-react"],
"@grafana/ui": ["."]
}
},
"exclude": ["**/*.story.tsx", "**/*.test.ts*", "**/*.tmpl.ts", "dist", "node_modules", "src/utils/storybook"],
"extends": "./tsconfig.json"
}