https://gracefullight.dev/2019/11/26/import-json-with-typescript-ts5071/
{
"compilerOptions": {
"moduleResolution": "node",
"resolveJsonModule": true,
"esModuleInterop": true
}
}
위 코드를 tsconfig.json
에 설정해주자.
'개발 > Web Programming' 카테고리의 다른 글
github oauth 구현하기 (0) | 2021.07.24 |
---|---|
React에서 useRef를 사용하여 인터렉티브한 효과를 주는 방법 (0) | 2021.07.23 |
Error: Cannot find module 'webpack-cli/bin/config-yargs' (0) | 2021.06.20 |
typescript-exercises 문제 1~9 (0) | 2021.06.20 |
quiz.typeofnan.dev 문제 정리 - 6 (0) | 2021.06.19 |