TypeScript 의 path mapping 기능 (@) 을 사용하여 import 경로를 줄일 수 있다.
@
"baseUrl": "./", "paths": { "@/*": ["src/*"] },