- tsconfig.json에 아래와 같은 설정
{ "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */ "paths": { "@/*": [ "./*" ], "@test/*": [ "test/*" ] } }
- tsconfig-paths 필요
npm i tsconfig-paths
'Typescript' 카테고리의 다른 글
extends 연산 우선 순위 (0) | 2019.06.19 |
---|---|
타입이 지속되지 않는 문제 (0) | 2019.05.16 |
typescript 2.7.2 에서 사용할 수 없는 것들 (0) | 2019.05.07 |
JSX에서 arrow function(화살표 함수)에 제네릭 사용하기 (0) | 2019.03.09 |
Typescript: type never (0) | 2018.09.09 |