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": { "compilerOptions": {
"declaration": true, "declaration": true,
"jsx": "preserve", "jsx": "preserve",

View File

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