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

20 lines
385 B
JSON
Raw Normal View History

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