jsconfig.json
{ "compilerOptions": { "baseUrl": "src" }, "include": ["src"] }
import Button from 'components/Button'; // 이렇게 절대 경로로 import할 수 있다.