tsconfig-replace-paths
tsconfig-replace-paths copied to clipboard
Replace absolute paths to relative paths for package compilation
So I have a project set up using NX, with some libs attached and imported via `import smth from @test-app/dto`. And when building it with tsc, and then trying to...
The `globby` library doesn't accept backward-slashes on `sync` function: ``` Note that glob patterns can only contain forward-slashes, not backward-slashes, so if you want to construct a glob pattern from...
Hi, in a node typescript ESM project, the modules are imported with extensions, ie, ``` import { a } from '../../service/index.service.js' ```` so for such a case, we could provide...
I've generally used this package with a config that uses an `outDir`, however I gave `outFile` a shot and noticed a few misses! In a project where I had a...
I believe this logic is missing, to correctly handle the ambiguous case of a module reference that could be a file or a directory.
We just ran into this with our project, with the typescript (pre-compiled) state of: ``` # path mappings "baseUrl": "./src", "paths": { "@/*": [ "./*" ], # src/foo/bar.ts import {...
Would it be an option to provide 2 levels of logging? The logging of the config and the paths etc is very useful in CI but the logging of the...
Fix removing the extension from `moduleSrc`. If the directory, or the project name, includes `.js`, e.g., `pdf.js`, `moduleSrc.replace(moduleExt, '')` doesn't work. It converts `/pdf.js/a.js` to `/pdf/a.js`.
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [semver](https://github.com/npm/node-semver) from 6.3.0 to 6.3.1. Release notes Sourced from semver's releases. v6.3.1 6.3.1 (2023-07-10) Bug Fixes 928e56d #591 better handling of whitespace (#591) (@lukekarrys, @joaomoreno, @nicolo-ribaudo) Changelog Sourced from...