From c8428480333463fc7747d7f75c6e2bce7343fd35 Mon Sep 17 00:00:00 2001 From: 1ghldyd <68318722+1ghldyd@users.noreply.github.com> Date: Sun, 11 Apr 2021 23:34:24 +0900 Subject: [PATCH 1/2] 7w --- week06/taehan.md | 6 ++++-- week07/taehan.md | 5 +++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 week07/taehan.md diff --git a/week06/taehan.md b/week06/taehan.md index 518bbf0..fe26deb 100644 --- a/week06/taehan.md +++ b/week06/taehan.md @@ -1,5 +1,7 @@ https://github.com/1ghldyd/my-app-typescript TypeScript로 작성했습니다. -src/hooks.tsx의 type은 any로 처리했습니다. -components/SocialButtonSection/index.tsx의 window.Kakao type은 any로 처리했습니다. +질문. +App.tsx의 import favicon from "../assets/images/favicon.ico";는 아래 에러가 납니다. + +Cannot find module '../assets/images/favicon.ico' or its corresponding type declarations. TS2307 diff --git a/week07/taehan.md b/week07/taehan.md new file mode 100644 index 0000000..518bbf0 --- /dev/null +++ b/week07/taehan.md @@ -0,0 +1,5 @@ +https://github.com/1ghldyd/my-app-typescript +TypeScript로 작성했습니다. + +src/hooks.tsx의 type은 any로 처리했습니다. +components/SocialButtonSection/index.tsx의 window.Kakao type은 any로 처리했습니다. From 429073a19fdc2631766085cb112dd0d35e92b125 Mon Sep 17 00:00:00 2001 From: 1ghldyd <68318722+1ghldyd@users.noreply.github.com> Date: Sun, 11 Apr 2021 23:35:38 +0900 Subject: [PATCH 2/2] 7w --- week06/taehan.md | 6 ++---- week07/taehan.md | 6 ++++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/week06/taehan.md b/week06/taehan.md index fe26deb..518bbf0 100644 --- a/week06/taehan.md +++ b/week06/taehan.md @@ -1,7 +1,5 @@ https://github.com/1ghldyd/my-app-typescript TypeScript로 작성했습니다. -질문. -App.tsx의 import favicon from "../assets/images/favicon.ico";는 아래 에러가 납니다. - -Cannot find module '../assets/images/favicon.ico' or its corresponding type declarations. TS2307 +src/hooks.tsx의 type은 any로 처리했습니다. +components/SocialButtonSection/index.tsx의 window.Kakao type은 any로 처리했습니다. diff --git a/week07/taehan.md b/week07/taehan.md index 518bbf0..52abd0e 100644 --- a/week07/taehan.md +++ b/week07/taehan.md @@ -1,5 +1,7 @@ https://github.com/1ghldyd/my-app-typescript TypeScript로 작성했습니다. -src/hooks.tsx의 type은 any로 처리했습니다. -components/SocialButtonSection/index.tsx의 window.Kakao type은 any로 처리했습니다. +질문. +App.tsx의 import favicon from "../assets/images/favicon.ico";는 아래 에러가 납니다. + +Cannot find module '../assets/images/favicon.ico' or its corresponding type declarations. TS2307 \ No newline at end of file