'FullCalendar' cannot be used as a JSX component.
빌드는 되지만 계속 빨간줄이 남는다.스토리북이 jsx를 사용하는데 이것과 충돌되는 가 보다
아직 해결 못했음.
https://github.com/fullcalendar/fullcalendar/issues/6719
https://github.com/fullcalendar/fullcalendar-vue/issues/173
https://github.com/johnsoncodehk/volar/discussions/592
https://github.com/johnsoncodehk/volar/discussions/592#discussioncomment-2163786
내 경우에는 storybook 과 충돌이었나 보다
https://github.com/johnsoncodehk/volar/discussions/592
여기서
두번째 방법으로 해결되었다.
// tsconfig.json
{
// ...
"exclude": ["**/*.stories.ts"]
}