feat(storybook): avoid refresh (#3841)

This commit is contained in:
Alex Yang
2023-08-19 12:30:24 -05:00
committed by GitHub
parent 37c1d9bab1
commit 956cde308e
3 changed files with 29 additions and 17 deletions

View File

@@ -8,5 +8,6 @@
"module": "NodeNext",
"resolveJsonModule": true
},
"include": [".", "./*.json"]
"include": [".", "./*.json"],
"exclude": ["./tsconfig.json"]
}