src/assets/icons/Follow.tsx(14,3): error TS6133: ‘stroke’ is declared but its value is never read. src/assets/icons/Footprint.tsx(14,3): error TS6133: ‘stroke’ is declared but its value is never read. src/assets/icons/InputValueDelete.tsx(14,3): error TS6133: ‘stroke’ is declared but its value is never read. src/assets/icons/NthChannel.tsx(14,3): error TS6133: ‘stroke’ is declared but its value is never read. src/assets/icons/Search.tsx(14,3): error TS6133: ‘stroke’ is declared but its value is never read. src/components/auth/UserDataRoute.tsx(20,19): error TS2345: Argument of type ‘Promise<User>’ is not assignable to parameter of type ‘SetStateAction<User>‘. src/components/channel/carousel/index.tsx(7,22): error TS2307: Cannot find module ‘@/components/common/text’ or its corresponding type declarations. src/components/channel/carousel/index.tsx(10,35): error TS6133: ‘theme’ is declared but its value is never read. src/components/channel/interestHeader/index.tsx(6,22): error TS2307: Cannot find module ‘@/components/common/text’ or its corresponding type declarations. src/components/chatting/datetime/index.tsx(5,22): error TS2307: Cannot find module ‘@/components/common/text’ or its corresponding type declarations. src/components/chatting/messageArea/index.tsx(7,21): error TS2307: Cannot find module ‘@/components/common/listRow’ or its corresponding type declarations. src/components/chatting/messageArea/index.tsx(8,21): error TS2307: Cannot find module ‘@/components/common/spacing’ or its corresponding type declarations. src/components/common/Input/index.tsx(2,38): error TS6133: ‘MutableRefObject’ is declared but its value is never read. src/components/common/ListRow/index.tsx(6,22): error TS2307: Cannot find module ‘@/components/common/text’ or its corresponding type declarations. src/components/common/appBar/index.tsx(3,10): error TS6133: ‘useAtom’ is declared but its value is never read. src/components/common/appBar/index.tsx(5,1): error TS6133: ‘Suspense’ is declared but its value is never read. src/components/common/appBar/index.tsx(12,22): error TS2307: Cannot find module ‘@/components/common/text’ or its corresponding type declarations. src/components/common/appBar/index.tsx(43,10): error TS6133: ‘notifyLength’ is declared but its value is never read. src/components/common/appBar/index.tsx(43,24): error TS6133: ‘setNotifyLength’ is declared but its value is never read. src/components/common/button/index.tsx(4,22): error TS2307: Cannot find module ‘@/components/common/text’ or its corresponding type declarations. src/components/common/chattingBubble/index.tsx(5,22): error TS2307: Cannot find module ‘@/components/common/text’ or its corresponding type declarations. src/components/common/cubeButton/index.tsx(6,22): error TS2307: Cannot find module ‘@/components/common/text’ or its corresponding type declarations. src/components/common/greetings/index.tsx(4,34): error TS2307: Cannot find module ‘three/examples/jsm/loaders/GLTFLoader’ or its corresponding type declarations. src/components/common/greetings/index.tsx(7,22): error TS2307: Cannot find module ‘@/components/common/text’ or its corresponding type declarations. src/components/common/loading/index.tsx(4,39): error TS2307: Cannot find module ‘three/examples/jsm/loaders/GLTFLoader’ or its corresponding type declarations. src/components/common/modalConfirm/index.tsx(15,18): error TS6133: ‘setOkFunc’ is declared but its value is never read. src/components/common/postCard/index.tsx(7,1): error TS6133: ‘defaultImage’ is declared but its value is never read. src/components/common/postCard/index.tsx(9,21): error TS2307: Cannot find module ‘@/components/common/listRow’ or its corresponding type declarations. src/components/common/postCard/index.tsx(11,22): error TS2307: Cannot find module ‘@/components/common/text’ or its corresponding type declarations. src/components/common/profileImage/index.tsx(64,10): error TS2322: Type ‘{ ref?: LegacyRef<HTMLDivElement> | undefined; key?: Key | null | undefined; defaultChecked?: boolean | undefined; defaultValue?: string | number | readonly string[] | undefined; ... 266 more ...; alt: string; }' is not assignable to type ‘ClassAttributes<HTMLImageElement>’. Types of property ‘ref’ are incompatible. Type ‘LegacyRef<HTMLDivElement> | undefined’ is not assignable to type ‘LegacyRef<HTMLImageElement> | undefined’. Type ‘RefObject<HTMLDivElement>’ is not assignable to type ‘LegacyRef<HTMLImageElement> | undefined’. Type ‘RefObject<HTMLDivElement>’ is not assignable to type ‘RefObject<HTMLImageElement>’. Type ‘HTMLDivElement’ is missing the following properties from type ‘HTMLImageElement’: alt, border, complete, crossOrigin, and 21 more. src/components/common/svgWithText/index.tsx(4,22): error TS2307: Cannot find module ‘@/components/common/text’ or its corresponding type declarations. src/components/friends/FollowFriend.tsx(8,21): error TS2307: Cannot find module ‘@/components/common/listRow’ or its corresponding type declarations. src/components/friends/FollowFriend.tsx(9,21): error TS2307: Cannot find module ‘@/components/common/spacing’ or its corresponding type declarations. src/components/friends/OnlineFriends.tsx(8,21): error TS2307: Cannot find module ‘@/components/common/spacing’ or its corresponding type declarations. src/components/friends/OnlineFriends.tsx(9,22): error TS2307: Cannot find module ‘@/components/common/text’ or its corresponding type declarations. src/components/layouts/AppBarNavTemplate.tsx(7,21): error TS2307: Cannot find module ‘@/components/common/spacing’ or its corresponding type declarations. src/components/posts/ImageUploader.tsx(5,22): error TS2307: Cannot find module ‘@/components/common/text’ or its corresponding type declarations. src/libs/apis/axios.ts(1,17): error TS6133: ‘AxiosError’ is declared but its value is never read. src/libs/apis/axios.ts(2,1): error TS6133: ‘AxiosResponse’ is declared but its value is never read. src/libs/apis/axios.ts(4,1): error TS6133: ‘ApiException’ is declared but its value is never read. src/libs/apis/axios.ts(5,1): error TS6133: ‘ApiErrorScheme’ is declared but its value is never read. src/libs/hooks/useConfirmModal.tsx(1,19): error TS6133: ‘useAtomValue’ is declared but its value is never read. src/libs/hooks/useConfirmModal.tsx(16,10): error TS6133: ‘modalFunc’ is declared but its value is never read. src/libs/hooks/useInfiniteScroll.tsx(1,1): error TS6192: All imports in import declaration are unused. src/libs/hooks/useInfiniteScroll.tsx(2,1): error TS6133: ‘useEffect’ is declared but its value is never read. src/libs/hooks/useInfiniteScroll.tsx(6,10): error TS6133: ‘ref’ is declared but its value is never read. src/libs/hooks/useInfiniteScroll.tsx(6,15): error TS6133: ‘inView’ is declared but its value is never read. src/libs/store/userAtom.ts(3,1): error TS6133: ‘defaultProfileImage’ is declared but its value is never read. src/mock/channel.ts(5,3): error TS2741: Property ‘authRequired’ is missing in type ‘{ posts: string[]; _id: string; name: string; description: string; createdAt: string; updatedAt: string; }’ but required in type ‘Channel’. src/mock/channel.ts(13,3): error TS2741: Property ‘authRequired’ is missing in type ‘{ posts: string[]; _id: string; name: string; description: string; createdAt: string; updatedAt: string; }’ but required in type ‘Channel’. src/mock/channel.ts(21,3): error TS2741: Property ‘authRequired’ is missing in type ‘{ posts: string[]; _id: string; name: string; description: string; createdAt: string; updatedAt: string; }’ but required in type ‘Channel’. src/mock/channel.ts(29,3): error TS2741: Property ‘authRequired’ is missing in type ‘{ posts: string[]; _id: string; name: string; description: string; createdAt: string; updatedAt: string; }’ but required in type ‘Channel’. src/mock/post.ts(27,5): error TS2741: Property ‘authRequired’ is missing in type ‘{ posts: string[]; _id: string; name: string; description: string; createdAt: string; updatedAt: string; }’ but required in type ‘Channel’. src/mock/post.ts(61,5): error TS2741: Property ‘authRequired’ is missing in type ‘{ posts: string[]; _id: string; name: string; description: string; createdAt: string; updatedAt: string; }’ but required in type ‘Channel’. src/pages/chattingList/ChattingList.tsx(9,19): error TS2307: Cannot find module ‘@/components/common/input’ or its corresponding type declarations. src/pages/chattingList/ChattingList.tsx(10,21): error TS2307: Cannot find module ‘@/components/common/listRow’ or its corresponding type declarations. src/pages/chattingList/ChattingList.tsx(12,21): error TS2307: Cannot find module ‘@/components/common/spacing’ or its corresponding type declarations. src/pages/friends/FriendList.tsx(8,19): error TS2307: Cannot find module ‘@/components/common/input’ or its corresponding type declarations. src/pages/friends/FriendList.tsx(10,21): error TS2307: Cannot find module ‘@/components/common/spacing’ or its corresponding type declarations. src/pages/friends/FriendList.tsx(11,22): error TS2307: Cannot find module ‘@/components/common/text’ or its corresponding type declarations. src/pages/home/CreateChannel.tsx(8,19): error TS2307: Cannot find module ‘@/components/common/input’ or its corresponding type declarations. src/pages/home/CreateChannel.tsx(9,21): error TS2307: Cannot find module ‘@/components/common/spacing’ or its corresponding type declarations. src/pages/home/CreateChannel.tsx(10,22): error TS2307: Cannot find module ‘@/components/common/text’ or its corresponding type declarations. src/pages/home/MainPage.tsx(10,21): error TS2307: Cannot find module ‘@/components/common/spacing’ or its corresponding type declarations. src/pages/home/MainPage.tsx(11,22): error TS2307: Cannot find module ‘@/components/common/text’ or its corresponding type declarations. src/pages/login/Login.tsx(8,19): error TS2307: Cannot find module ‘@/components/common/input’ or its corresponding type declarations. src/pages/login/Login.tsx(10,21): error TS2307: Cannot find module ‘@/components/common/spacing’ or its corresponding type declarations. src/pages/login/Login.tsx(11,22): error TS2307: Cannot find module ‘@/components/common/text’ or its corresponding type declarations. src/pages/myprofile/MyPage.tsx(4,1): error TS6133: ‘useState’ is declared but its value is never read. src/pages/myprofile/MyPage.tsx(9,21): error TS2307: Cannot find module ‘@/components/common/spacing’ or its corresponding type declarations. src/pages/myprofile/MyPage.tsx(10,22): error TS2307: Cannot find module ‘@/components/common/text’ or its corresponding type declarations. src/pages/myprofile/MyPage.tsx(33,9): error TS6133: ‘Logout’ is declared but its value is never read. src/pages/notFound/index.tsx(6,21): error TS2307: Cannot find module ‘@/components/common/spacing’ or its corresponding type declarations. src/pages/notFound/index.tsx(7,22): error TS2307: Cannot find module ‘@/components/common/text’ or its corresponding type declarations. src/pages/notification/Notification.tsx(8,21): error TS2307: Cannot find module ‘@/components/common/listRow’ or its corresponding type declarations. src/pages/notification/Notification.tsx(10,21): error TS2307: Cannot find module ‘@/components/common/spacing’ or its corresponding type declarations. src/pages/notification/Notification.tsx(17,10): error TS6133: ‘notifyList’ is declared but its value is never read. src/pages/notification/Notification.tsx(105,45): error TS2339: Property ‘fullName’ does not exist on type ‘string | User’. Property ‘fullName’ does not exist on type ‘string’. src/pages/notification/Notification.tsx(123,49): error TS2339: Property ‘fullName’ does not exist on type ‘string | User’. Property ‘fullName’ does not exist on type ‘string’. src/pages/postList/EditPost.tsx(10,22): error TS2307: Cannot find module ‘@/components/common/text’ or its corresponding type declarations. src/pages/postList/NewPost.tsx(11,22): error TS2307: Cannot find module ‘@/components/common/text’ or its corresponding type declarations. src/pages/postList/NewPost.tsx(22,10): error TS6133: ‘urlData’ is declared but its value is never read. src/pages/postList/[channelId].tsx(9,19): error TS2307: Cannot find module ‘@/components/common/input’ or its corresponding type declarations. src/pages/postList/[channelId].tsx(12,21): error TS2307: Cannot find module ‘@/components/common/spacing’ or its corresponding type declarations. src/pages/postList/[channelId].tsx(13,22): error TS2307: Cannot find module ‘@/components/common/text’ or its corresponding type declarations. src/pages/postList/[postId].tsx(15,22): error TS2307: Cannot find module ‘@/components/common/text’ or its corresponding type declarations. src/pages/postList/[postId].tsx(18,24): error TS2307: Cannot find module ‘@/libs/apis/comment/CommentApi’ or its corresponding type declarations. src/pages/postList/[postId].tsx(31,10): error TS6133: ‘urlData’ is declared but its value is never read. src/pages/postList/[postId].tsx(33,10): error TS6133: ‘comment’ is declared but its value is never read. src/pages/postList/[postId].tsx(33,19): error TS6133: ‘setComment’ is declared but its value is never read. src/pages/postList/[postId].tsx(68,27): error TS7006: Parameter ‘e’ implicitly has an ‘any’ type. src/pages/postList/[postId].tsx(207,41): error TS2345: Argument of type ‘{ comment: string; postId: string; }’ is not assignable to parameter of type ‘void’. src/pages/postList/[postId].tsx(218,39): error TS2345: Argument of type ‘string’ is not assignable to parameter of type ‘void’. src/pages/postList/[postId].tsx(390,31): error TS7006: Parameter ‘e’ implicitly has an ‘any’ type. src/pages/postList/index.tsx(14,19): error TS6133: ‘setUrlData’ is declared but its value is never read. src/pages/redirect/PrivateRoute.tsx(7,31): error TS6133: ‘superAuth’ is declared but its value is never read. src/pages/register/Register.tsx(8,19): error TS2307: Cannot find module ‘@/components/common/input’ or its corresponding type declarations. src/pages/register/Register.tsx(10,21): error TS2307: Cannot find module ‘@/components/common/spacing’ or its corresponding type declarations. src/pages/register/Register.tsx(11,22): error TS2307: Cannot find module ‘@/components/common/text’ or its corresponding type declarations. Error: Command “tsc && vite build” exited with 2