mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
b09b49fb37
* Initial commit * Chore: fixes after merge * Chore: removes todos * Chore: uncomment test * Chore: adds missing externals to rollup config * Refactor: selectors is master for everything * Docs: updates Docs * Chore: adds e2e-selectors to publish
5 lines
91 B
JSON
5 lines
91 B
JSON
{
|
|
"exclude": ["dist", "node_modules", "**/*.test.ts*"],
|
|
"extends": "./tsconfig.json"
|
|
}
|