Skip to content
New issue

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

build: 개발용과 배포용 tsconfig 분리 #520

Merged

Conversation

scarf005
Copy link
Member

개요

image

작업 사항

  • 일반 개발용 tsconfig.json과 배포용 tsconfig.prod.json (spec.ts 제외)로 분리
  • 배포 시 (pnpm prod) tsconfig.prod.json 사용

목적

IDE에서 spec.ts 파일에 대해 타입 검사 지원

@scarf005 scarf005 linked an issue Jun 20, 2023 that may be closed by this pull request
@scarf005 scarf005 force-pushed the 519-vscode에서-spects-파일이-타입-검사되지-않음 branch from 984f10f to 841bf19 Compare June 20, 2023 08:50
Copy link
Member

@YeonSeong-Lee YeonSeong-Lee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

열일 하시는 군요!🔥

Copy link
Member

@YeonSeong-Lee YeonSeong-Lee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

열일 하시는 군요!🔥

일반 개발용 tsconfig.json과 배포용 tsconfig.prod.json (spec.ts 제외)로 분리
@scarf005 scarf005 force-pushed the 519-vscode에서-spects-파일이-타입-검사되지-않음 branch from 841bf19 to 1862c16 Compare June 22, 2023 08:37
@scarf005 scarf005 merged commit fe7aad3 into develop Jun 22, 2023
@scarf005 scarf005 deleted the 519-vscode에서-spects-파일이-타입-검사되지-않음 branch June 22, 2023 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vscode에서 *.spec.ts 파일이 타입 검사되지 않음
2 participants