mirror of
https://github.com/grafana/grafana.git
synced 2024-12-27 09:21:35 -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>
5 lines
126 B
JSON
5 lines
126 B
JSON
{
|
|
"exclude": ["dist", "node_modules", "**/*.test.ts*", "../../public/test/setupTests.ts"],
|
|
"extends": "./tsconfig.json"
|
|
}
|