Skip to content
New issue

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

extends does not accept an array of strings as shown in the documentation #24

Closed
gkatsanos opened this issue Sep 12, 2023 · 1 comment
Closed

Comments

@gkatsanos
Copy link

gkatsanos commented Sep 12, 2023

"extends": [
  "@tsconfig/node18/tsconfig.json",
  "@vue/tsconfig/tsconfig.json"
],
"compilerOptions": {
  "types": ["node"]
}

TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received an instance of Array

@sodatea
Copy link
Member

sodatea commented Oct 8, 2023

Please make sure you are using TypeScript >= 5.0.

@sodatea sodatea closed this as completed Oct 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants