mirror of https://github.com/grafana/grafana.git
20 lines
385 B
JSON
20 lines
385 B
JSON
{
|
|
"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"
|
|
}
|