module-alias Questions

2

I am using typescript v3.6.4 with the following tsconfig.json snippet: "compilerOptions": { "moduleResolution": "node", "baseUrl": "./src", "paths": { "@config/*": ["config/*"], "@config": ...
Carditis asked 30/10, 2019 at 21:44

1

Solved

I am using this npm module (module-alias) https://www.npmjs.com/package/module-alias in my Node project. To make use of this package you have to set path aliases in the package.json file. Howev...
1

© 2022 - 2024 — McMap. All rights reserved.