We're a place where coders share, stay up-to-date and grow their careers.
Ah... I see you use ~ for your path prefixes. Personally I use @, but I've been thinking of changing it recently since I have a @types path that clashes with the @types libraries. Thanks.
I always prefix with the project prefix, or just @app.
For this reason we use leading slash imports. /* => src/*
Ah... I see you use ~ for your path prefixes. Personally I use @, but I've been thinking of changing it recently since I have a @types path that clashes with the @types libraries.
Thanks.
I always prefix with the project prefix, or just @app.
For this reason we use leading slash imports. /* => src/*