Skip to content

Commit 763cbea

Browse files
committed
fix: rootDir definition
1 parent ca15391 commit 763cbea

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.storybook/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"compilerOptions": {
44
"types": ["node"],
55
"jsx": "react-jsx",
6-
"noEmit": true
6+
"noEmit": true,
7+
"rootDir": ".."
78
},
89
"include": [
910
"*.ts",

0 commit comments

Comments
 (0)