mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 05:29:42 -06:00
afeb0fc792
* Update dependency @types/testing-library__jest-dom to v6 * remove package and fix types * don't include setupTests in the build tsconfig * exclude testUtils --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
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"
|
|
}
|