Merge pull request #20630 from storybookjs/valentin/fix-storyshots-transpiling

Fix Storyshots transpilation
This commit is contained in:
Norbert de Langen 2023-01-16 17:58:22 +01:00 committed by GitHub
commit a7061565e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"extends": "../../../tsconfig.json",
"extends": "../../tsconfig.json",
"compilerOptions": {
"declaration": true,
"jsx": "preserve",

View File

@ -1,5 +1,5 @@
{
"extends": "../../../tsconfig.json",
"extends": "../../tsconfig.json",
"compilerOptions": {
"skipLibCheck": true,
"types": ["node"],