mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
add strict: false to addon test tsconfig (hopefully temporarily)
This commit is contained in:
parent
511892a8c2
commit
3bae4392e7
@ -4,7 +4,8 @@
|
||||
"rootDir": "../../../",
|
||||
"module": "Preserve",
|
||||
"moduleResolution": "Bundler",
|
||||
"types": ["vitest"]
|
||||
"types": ["vitest"],
|
||||
"strict": false
|
||||
},
|
||||
"include": ["src/**/*", "./typings.d.ts"]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user