Closed TheColorRed closed 9 months ago
This allows for not having to specify a path to the file:
import { /* ... */ } from './decorators'; import { /* ... */ } from '../decorators'; import { /* ... */ } from '../../../decorators';
All become this no matter where the file is located:
import { /* ... */ } from 'decorators';
This allows for not having to specify a path to the file:
All become this no matter where the file is located: