You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Replaces aliases defined in `tsconfig.json` files with their corresponding paths.
5
+
* Replaces aliases defined in the `tsconfig.json` `paths` configuration in `js` and `ts` files.
6
6
* If more than one path is defined. The second path is used. Otherwise the first path.
7
+
* @param {string} tsconfig - Path to tsconfig that should be processed
8
+
* @param {string} dist - Folder of files that should be processed
9
+
* @param {'resolve'=} mode - In "resolve" mode relative paths will be replaced paths relative to the processed file. Note: `basePath` in the tsconfig will not be considered.
0 commit comments