1755cedd88
These type references were causing tsc to fail because neither vite nor vite-plugin-svgr is installed as a dependency. The codebase does not use any Vite-specific APIs or SVG imports, so the references are unnecessary. Fixes #36 Co-authored-by: gandalf-the-greybeard[bot] <gandalf-the-greybeard[bot]@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
8 lines
184 B
JSON
8 lines
184 B
JSON
{
|
|
"extends": "@kinvolk/headlamp-plugin/config/plugins-tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": ["vitest/globals", "@testing-library/jest-dom"]
|
|
},
|
|
"include": ["src"]
|
|
}
|