mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 19:54:10 -06:00
c29ed503db
* add new test plugin * add some field validation tests * update lockfile * fix bad test file name
9 lines
188 B
JSON
9 lines
188 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"types": ["node", "jest", "@testing-library/jest-dom"]
|
|
},
|
|
"extends": "@grafana/plugin-configs/tsconfig.json",
|
|
"include": ["."]
|
|
}
|