We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
크롤러 프로젝트에서 Entity를 컴파일하던 중 다음 줄에서
snuboard-server/src/department/department.entity.ts
Line 16 in 2d47b8a
Error:(16, 3) TS2564: Property 'id' has no initializer and is not definitely assigned in the constructor.
microsoft/TypeScript-Vue-Starter#36 이 내용을 참고해 :을 !:으로 변경했더니 컴파일이 정상적으로 진행됐습니다. 이렇게 수정해야 할까요?
:
!:
The text was updated successfully, but these errors were encountered:
제가 tsconfig.json에 "strict": true를 설정해 두어서 에러가 보이는 것 같습니다.
tsconfig.json
"strict": true
snuboard-server/src/user/user.entity.ts
Line 71 in 2d47b8a
'User | undefined
User
Sorry, something went wrong.
넵 내일 확인후에 수정하도록 하겠습니다!
Merge branch 'main' into Feature/#9
960d978
Merge pull request #10 from wafflestudio/Feature/#9
a3138b9
Modify entities to conform to strict rules
eldpswp99
Successfully merging a pull request may close this issue.
크롤러 프로젝트에서 Entity를 컴파일하던 중 다음 줄에서
snuboard-server/src/department/department.entity.ts
Line 16 in 2d47b8a
Error:(16, 3) TS2564: Property 'id' has no initializer and is not definitely assigned in the constructor.
이 발생함을 확인했습니다.
microsoft/TypeScript-Vue-Starter#36
이 내용을 참고해
:
을!:
으로 변경했더니 컴파일이 정상적으로 진행됐습니다.이렇게 수정해야 할까요?
The text was updated successfully, but these errors were encountered: