mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 02:10:45 -06:00
57bea68453
* remove createQuery * remove redundant unit test * update unit tests * remove redundant mock * exclude mocks from build * remove it * prettier
5 lines
112 B
JSON
5 lines
112 B
JSON
{
|
|
"exclude": ["dist", "node_modules", "__mocks__", "test", "**/*.test.ts*"],
|
|
"extends": "./tsconfig.json"
|
|
}
|