-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
With a project organised that way:
```
src:
- main.ts
- app.module.ts
....
…
-
### Current behavior
Similar issue as [this](https://github.com/cypress-io/cypress/issues/9048) but with version 10.1.0
Using a tsconfig.json in the cypress directory according to the [documentati…
-
### Vue - Official extension or vue-tsc version
1.8.27
### VSCode version
1.93.1
### Vue version
^3.4.29
### TypeScript version
~5.4.0
### System Info
```shell
System:
OS: macOS 14.7
…
-
Windows 11 22H2
VS Code 1.84.2
CSS Modules extension 0.5.1
Not sure if it is a bug or I am just missing some additional config. It works without alias.
Steps:
1. Open new vscode window.
2. …
-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched existing issues to ensure the bug has not already been reported
### Fastify version
5.0.0
### Plug…
-
Hey!
When using the `external` option together with `skipNodeModulesBundle: true`, the paths that are listed in tsconfig `paths` are not treated as external and are getting bundled instead.
[This if…
dodas updated
11 months ago
-
Huge thanks for the lib - it has saved countless hours
When a path alias is used via `paths` setting in tsconfig it seems that ts2esm is not converting the import to have `.js` suffix
It would b…
-
When reading tsconfig.json, it seems to be ignoring the "references" array which includes paths to other tsconfig files in the same directory.
You can reproduce my repo with `npm init vue@3` and th…
-
### Describe the bug
I'm encountering an error with the import alias configuration in my `tsconfig.json` file on an https://github.com/adonisjs/inertia-starter-kit project. The message shown is:
`No…
-
The TypeScript documentation says of the "extends" attribute that "The path may use Node.js style resolution." [^1] This library only supports paths though. Is there any appetite for support for Node.…