-
**Description**:
I'm using the `borp` package with a TypeScript project, and I noticed that `borp` doesn’t currently support paths defined in the `tsconfig.json` file. This feature would be highly be…
-
## Summary
Relative paths in the tsconfig `extends` field don't appear to work. If I adjust the path to be relative to the cwd, things work as expected.
Happy to open a PR if that'd be helpf…
-
related #5
-
I have `packages/a/tsconfig.json`:
```json
{
// ...
"compilerOptions": {
"paths": {
"~b/*": ["../b/*"]
}
}
}
```
and in some `packages/a/foo.ts`:
```ts
import { bar …
-
I've reduced the test case to this: https://stackblitz.com/edit/vitest-dev-vitest-oip9io?initialPath=__vitest__/
You can see that this Vite plugin fails entirely to resolve paths using TSConfig set…
-
When trying to import a client component using typescript path alias, I get the following error on screen
```
TypeError: Failed to fetch dynamically imported module: http://localhost:3002/src/compon…
-
### How can we reproduce the crash?
_No response_
### Relevant log output
_No response_
### Stack Trace (bun.report)
Bun v1.1.31 ([`e448c4c`]()) on windows x86_64_baseline [RunCommand]
Segmentat…
-
Most frontend project use tsconfig paths. And import scss like this `@import '@/style/theme';`.
```json
// tsconfig.json
{
"compilerOptions": {
"paths": {
"@/*": ["./sr…
-
Cases like this:
https://github.com/SenteraLLC/ulabel/blob/fe138c883f65d06d8d37cb19064c16bebb2a0cae/src/toolbox.ts#L1-L7
do relative imports.
[This thread](https://stackoverflow.com/a/49757060) cl…
-
# Problem
When configuring `tsconfig.json` with `paths`:
```
{
"compilerOptions": {
"baseUrl": "./",
"paths": [
"@fancyModules/*": ["./src/modules/fancyModule/*"]
]
…