grafana/packages/grafana-prometheus/tsconfig.build.json
ismail simsek 57bea68453
Chore: Remove unused functions form prometheus data source (#86461)
* remove createQuery

* remove redundant unit test

* update unit tests

* remove redundant mock

* exclude mocks from build

* remove it

* prettier
2024-04-19 16:00:26 -04:00

5 lines
112 B
JSON

{
"exclude": ["dist", "node_modules", "__mocks__", "test", "**/*.test.ts*"],
"extends": "./tsconfig.json"
}