Typescript > typeRoots 컴파일 옵션

Tags:

typeRoots를 설정하면 해당 폴더의 패키지만 컴파일에 포함된다

"typeRoots": [
  "node_modules/@types/!(node)"
],

https://typescript-kr.github.io/pages/tsconfig.json.html