mirror of
https://github.com/grafana/grafana.git
synced 2024-11-24 09:50:29 -06:00
a70aba1384
* Chore: Update slate and related packages
11 lines
287 B
JSON
11 lines
287 B
JSON
{
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@emotion/core": ["./src/types/emotion-core-stub.d.ts"],
|
|
"@grafana/ui": ["."]
|
|
}
|
|
},
|
|
"exclude": ["**/*.story.tsx", "**/*.test.ts*", "**/*.tmpl.ts", "dist", "node_modules", "src/utils/storybook"],
|
|
"extends": "./tsconfig.json"
|
|
}
|