Di

Results 1 comments of Di

You can use node's native "imports" field, but it is less flexible then this module [nodejs.org/api](https://nodejs.org/api/packages.html#packages_subpath_patterns) package.json ```json { "imports":{ "#root/*": "./*", "#con": "./config.json" } }