fix: correct pnpm overrides format and regenerate lockfile (PRI-1630) #21

Merged
Countess von Containerheim merged 3 commits from fix/lockfile-and-artifacthub into main 2026-05-20 11:16:35 +00:00
Showing only changes of commit ce54d83d16 - Show all commits
+1 -1
View File
@@ -3,7 +3,7 @@
"compilerOptions": { "compilerOptions": {
"jsx": "react", "jsx": "react",
"skipLibCheck": true, "skipLibCheck": true,
"types": ["vite/client", "vite-plugin-svgr/client", "vitest/globals", "@testing-library/jest-dom"] "types": ["vitest/globals", "@testing-library/jest-dom"]
}, },
"include": ["src"] "include": ["src"]
} }