@ttsc/paths 0.14.0-dev.20260529.2 → 0.14.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -42,6 +42,8 @@ Configure those fields under `compilerOptions`:
|
|
|
42
42
|
|
|
43
43
|
An import such as `import { value } from "@lib/value"` becomes a relative JavaScript import such as `import { value } from "./modules/value.js"`. Declaration output follows the same source rewrite.
|
|
44
44
|
|
|
45
|
+
`outDir` must be set for the rewrite to run. Without it, `@ttsc/paths` cannot map a source path to its emitted location and makes no changes. `rootDir` is optional: when omitted it is derived from the common source directory.
|
|
46
|
+
|
|
45
47
|
## Sponsors
|
|
46
48
|
|
|
47
49
|
[](https://github.com/sponsors/samchon)
|