[core][xs]: mv tsconfig.storybook.json to .storybook/tsconfig.json

This commit is contained in:
Ola Rubaj 2023-08-08 18:35:30 +02:00
parent f8851f12d9
commit 16e9fe4d60
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"extends": "./tsconfig.json",
"extends": "../tsconfig.json",
"compilerOptions": {
"emitDecoratorMetadata": true,
"outDir": ""

View File

@ -1,5 +1,6 @@
{
"compilerOptions": {
"baseUrl": ".",
"jsx": "react-jsx",
"module": "es2020",
"moduleResolution": "node",
@ -24,7 +25,7 @@
"path": "./tsconfig.spec.json"
},
{
"path": "./tsconfig.storybook.json"
"path": "./.storybook/tsconfig.json"
}
]
}