• Skip to primary navigation
  • Skip to content
  • Skip to footer
K-Debugger K-Debugger
  • Categories
  • Tags
    1. Home
    2. /
    3. Typescript
    4. /
    5. 타입스크립트 컴파일러의 noEmitOnError 옵션

    K-Debugger

    한국 개발자

    • Somewhere
    • Email

    타입스크립트 컴파일러의 noEmitOnError 옵션

    less than 1 minute read

    tsc(type script compiler)는 타입의 오류가 있더라도 ts파일을 해석해서 js 파일을 생성한다. 만약 이러한 것을 막고 싶다면 --noEmitOnError을 추가한다.

    tsc --noEmitOnError hello.ts
    

    끝.

    Categories: typescript

    Updated: July 16, 2025

    Share on

    Twitter Facebook LinkedIn
    Previous Next

    Leave a comment

    You may also enjoy

    파이썬 머신러닝

    less than 1 minute read

    머신러닝 중에서 자주사용하는 모델은 회귀 분석이다.

    APT는 무엇인가?

    less than 1 minute read

    APT는 Advanced Persistent Threat의 약자로 지능형 지속 공격이라 한다.

    엑셀에서 VBA 사용

    less than 1 minute read

    엑셀에서는 VBA를 이용하여 엑셀에서 사용하기 편리한 매크로 기능을 만들 수 있다.

    SQL 트레이스 수집 및 분석

    1 minute read

    SQL의 실행계획을 정밀하게 분석하려면 sql trace를 이용해야 한다.

    • Follow:
    • Feed
    © 2025 JS KIM. Powered by Jekyll & Minimal Mistakes.