alias in webstorm - RLidea/dev.docs GitHub Wiki

์ข€ ํŠน์ดํ•œ๋ฐ, ํ”„๋กœ์ ํŠธ ๋ฃจํŠธ์— webStorm.config.js ํŒŒ์ผ์„ ๋งŒ๋“  ๋’ค ๋‹ค์Œ์„ ์ž…๋ ฅํ•œ๋‹ค. ๊ทธ๋Ÿฌ๋ฉด Webstorm์ด alias๋กœ ํ‘œํ˜„๋œ ๊ฒฝ๋กœ๋ฅผ ์ดํ•ดํ•œ๋‹ค.

System.config({
  paths: {
    '@controllers/*': './app/controllers/*',
  },
});