stackoverflow.com/questions/54162297/module-not-found-error-cant-resolve-crypto/54162447
tsconfig.ts 파일 수정
"compilerOptions": {
"baseUrl": "./",
"paths": {
"crypto": [
"../../node_modules/crypto-js"
]
}
'FE > Typescript' 카테고리의 다른 글
[ TypeScript ] TSLint expected call-signature: 'underline' to have a typedef (typedef) (0) | 2021.04.10 |
---|