You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yarn run -T tsc --noEmit
src/App.tsx:2:30 - error TS7016: Could not find a declaration file for module '@toast-ui/react-calendar'. '/home/black7375/scheduler/node_modules/.store/@toast-ui-react-calendar-virtual-6b7ed8151a/node_modules/@toast-ui/react-calendar/dist/toastui-react-calendar.mjs' implicitly has an 'any' type.
There are types at '/home/black7375/scheduler/apps/calendar/node_modules/@toast-ui/react-calendar/types/index.d.ts', but this result could not be resolved when respecting package.json "exports". The '@toast-ui/react-calendar' library may need to update its package.json or typings.
2 import type TUICalendar from "@toast-ui/react-calendar";
Expected Behavior
The module must be able to be found normally when checking of the type checked.
The text was updated successfully, but these errors were encountered:
black7375
added a commit
to black7375/tui.calendar
that referenced
this issue
Jun 2, 2023
Version
Test Environment
Current Behavior
If typescript setting(
tsconfig.json
)moduleResolution
tobundler
, the following error occurs.Expected Behavior
The module must be able to be found normally when checking of the type checked.
The text was updated successfully, but these errors were encountered: