Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Absolute imports

Dima Vyshniakov edited this page Oct 8, 2022 · 1 revision

You can use source folder relative paths for imports. import Component from './../../../../../../src/components/Component' becomes import Component from 'components/Component'. Configuration is inside jsconfig.json file.

Clone this wiki locally