Fix vite-dts throwing type error on build (#32900)
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user