mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 10:50:37 -06:00
12 lines
338 B
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"
|
|
}
|