We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tsconfig.json
extends
I keep getting the following error when I use a tsconfig.json with extends
0:0 error Parsing error: Cannot read properties of undefined (reading 'target')
export default antfu({ typescript: { tsconfigPath: resolve(process.cwd(), 'tsconfig.json') } });
// Project tsconfig.json
{ "extends": "./base-tsconfig.json" }
base-tsconfig.json file contains the company-wide standard config. This is typically another npm package, but for now just a local file.
base-tsconfig.json
Let me know if I need to provide any more details. I just started getting this error since the last update.
$ eslint .
System: OS: macOS 14.5 CPU: (8) arm64 Apple M3 Memory: 70.64 MB / 16.00 GB Shell: 3.2.57 - /bin/bash Binaries: Node: 20.15.1 - /usr/local/bin/node npm: 10.7.0 - /usr/local/bin/npm pnpm: 9.6.0 - ~/Library/pnpm/pnpm
pnpm
The text was updated successfully, but these errors were encountered:
I just confirmed, the last working version is v2.21.3
v2.21.3
Sorry, something went wrong.
This is probably an upstream issue with typescript-eslint@8
Yeah this might be an upstream issue. Please report to typescript-eslint with a minimal reproduction for them.
No branches or pull requests
Describe the bug
I keep getting the following error when I use a
tsconfig.json
withextends
// Project tsconfig.json
base-tsconfig.json
file contains the company-wide standard config. This is typically another npm package, but for now just a local file.Let me know if I need to provide any more details. I just started getting this error since the last update.
Reproduction
$ eslint .
System Info
System: OS: macOS 14.5 CPU: (8) arm64 Apple M3 Memory: 70.64 MB / 16.00 GB Shell: 3.2.57 - /bin/bash Binaries: Node: 20.15.1 - /usr/local/bin/node npm: 10.7.0 - /usr/local/bin/npm pnpm: 9.6.0 - ~/Library/pnpm/pnpm
Used Package Manager
pnpm
Validations
Contributions
The text was updated successfully, but these errors were encountered: