Fix Storyshots transpilation

This commit is contained in:
Valentin Palkovic 2023-01-16 10:34:57 +01:00
parent af0578d99c
commit 2cfb9e1dec
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"],