Fix vite-dts throwing type error on build (#32900)

This commit is contained in:
R Midhun Suresh
2026-03-24 20:07:31 +05:30
committed by GitHub
parent eb8ca0bf5d
commit 8af619be04
+1 -1
View File
@@ -14,7 +14,7 @@
"declaration": true,
"jsx": "react",
"lib": ["es2022", "es2024.promise", "dom", "dom.iterable"],
"types": [],
"types": ["storybook-addon-vis/matcher"],
"strict": true,
"paths": {
"@test-utils": ["./src/test/utils/index"]