์ผ | ์ | ํ | ์ | ๋ชฉ | ๊ธ | ํ |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- ๋ฅ์คํธ๋ฐ์ด
- ํฌ๋ฏธํ ์ฃผ์ํ์ฌ
- ํด๋ฆฌ์ด ์์ธ์๊ณผ
- ๋ฌ๋น
- ์ด์ ๋๋ ์ด๋๋ก ๊ฐ๋
- ์ํ
- ์์ฐ์ค๋ฌ์ด ํ๊ตญ์ด๋ก ๊ฐ์ธํ๋ ๋ํ๊ฐ ๊ฐ๋ฅํ ์ค์นํ ๋ชจ๋ฐ์ผ ai ๊ฐ๋ฐ ์์
- cjf
- ์์ฑ๋ณต์
- ๊ณ ๊ธ๋ฒ์ญ
- openvoice #์์ฑ๋ณต์
- dodari
- extract
- ๋ฌธ๋จ์ค
- ํ ์คํ
- Voice cloning
- ํ์ดํธ๋ฒ ํ
- Yanolja
- moonlit
- epub
- xtts
- ๋ถ๋ฌ๋จ๋ฆฌ๋ค
- ๋๋ค๋ฆฌ ai
- ai #์ด๋ฒ๋ฒ์ญ #ai๋ฒ์ญ #๋๋ค๋ฆฌai #๋ฒ์ญ #ํ์ #์ํ #์ ์์ฑ ๋ฒ์ญ #์ธ๊ณต์ง๋ฅ
- ๊ณต์ ์คํผ์ค
- ์ฝ์์ ๊ฒฐ์
- coqui
- ๋๋ค๋ฆฌ
- ์ฐ๊ตฌ์์
- whitebetting.com #wb
Archives
- Today
- Total
Wookang makes AI
[Nuxt3] Cannot find module '??.json' or its corresponding type declarations.ts-plugin(2307) ํด๊ฒฐํ๊ธฐ ๋ณธ๋ฌธ
Developments/Nuxt3
[Nuxt3] Cannot find module '??.json' or its corresponding type declarations.ts-plugin(2307) ํด๊ฒฐํ๊ธฐ
ํธ๋ฅธ๊น๋ฐ๐ณ๏ธ 2025. 5. 4. 13:25์ํฉ: ์๋์ ๊ฐ์ด ์ง์ jsonํ์ผ์ ๊ฐ์ ธ์ฌ๋ ๊ฒฝ๊ณ ๊ฐ ๋ฌ๋ค. ํ์ง๋ง ๋ฐ์ดํฐ๋ ์ ์์ ์ผ๋ก ๊ฐ์ ธ์ค๊ณ ์๋ค.
import faqCategoryList from './public/data/faq_category.json';
์ฆ์: Cannot find module '??.json' or its corresponding type declarations.ts-plugin(2307)
ํด๊ฒฐ: ๋ฃจํธํด๋์ types.d.tsํ์ผ์ ์์ฑํํ ์๋์ฒ๋ผ json๋ชจ๋์ ๋ช ์์ ์ผ๋ก ์ ์ธํด์ค๋ค
declare module "*.json" {
const value: any;
export default value;
}