This repository has been archived on 2026-06-16. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
headlamp-kube-vip-plugin/tsconfig.json
T
gandalf-the-greybeard[bot] ef4389aa05 fix: add react-router-dom devDep and remove unused vite types
- Add react-router-dom as explicit devDependency to fix
  ServicesPage.test.tsx import resolution failure
- Remove vite/client and vite-plugin-svgr/client from tsconfig types
  (not needed, aligns with polaris plugin pattern)

Addresses QA review feedback on PR#11.
2026-03-14 22:53:39 +00:00

9 lines
208 B
JSON

{
"extends": "@kinvolk/headlamp-plugin/config/plugins-tsconfig.json",
"compilerOptions": {
"module": "esnext",
"types": ["vitest/globals", "@testing-library/jest-dom"]
},
"include": ["src"]
}