2019-02-21 03:58:28 -06:00
|
|
|
{
|
2021-08-26 09:00:52 -05:00
|
|
|
"compilerOptions": {
|
|
|
|
"paths": {
|
2021-11-24 07:35:06 -06:00
|
|
|
"@emotion/core": ["./src/types/emotion-core-stub.d.ts"],
|
2021-08-26 09:00:52 -05:00
|
|
|
"@grafana/ui": ["."]
|
|
|
|
}
|
|
|
|
},
|
2023-04-05 04:47:37 -05:00
|
|
|
"exclude": [
|
|
|
|
"**/*.story.tsx",
|
|
|
|
"**/*.story.internal.tsx",
|
|
|
|
"**/*.test.ts*",
|
|
|
|
"**/*.tmpl.ts",
|
|
|
|
"dist",
|
|
|
|
"node_modules",
|
2024-10-18 05:59:47 -05:00
|
|
|
"src/utils/storybook",
|
|
|
|
"../../public/test/setupTests.ts"
|
2023-04-05 04:47:37 -05:00
|
|
|
],
|
2020-02-07 19:40:04 -06:00
|
|
|
"extends": "./tsconfig.json"
|
2019-02-21 03:58:28 -06:00
|
|
|
}
|