We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
좀 특이한데, 프로젝트 루트에 webStorm.config.js 파일을 만든 뒤 다음을 입력한다. 그러면 Webstorm이 alias로 표현된 경로를 이해한다.
webStorm.config.js
System.config({ paths: { '@controllers/*': './app/controllers/*', }, });
There was an error while loading. Please reload this page.