feat(storybook): avoid refresh (#3841)

(cherry picked from commit 956cde308e)
This commit is contained in:
Alex Yang
2023-08-19 12:30:24 -05:00
parent 03ba5b3fbb
commit 4e492cd515
3 changed files with 29 additions and 17 deletions
+2 -1
View File
@@ -8,5 +8,6 @@
"module": "NodeNext",
"resolveJsonModule": true
},
"include": [".", "./*.json"]
"include": [".", "./*.json"],
"exclude": ["./tsconfig.json"]
}