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

Update to typescript 5 #418

Open
capital-G opened this issue May 23, 2023 · 0 comments · May be fixed by #435
Open

Update to typescript 5 #418

capital-G opened this issue May 23, 2023 · 0 comments · May be fixed by #435
Labels
backlog frontend Stuff that the client sees

Comments

@capital-G
Copy link
Member

As seen in https://github.com/Gencaster/gencaster/actions/runs/5044597874/jobs/9047841737?pr=341#step:6:6

Needs some adjustments in tsconfig.json, see failed CI


Run npm run type-check

> [email protected] type-check
> vue-tsc --noEmit -p tsconfig.vitest.json --composite false

error TS5101: Option 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify compilerOption '"ignoreDeprecations": "5.0"' to silence this error.
  Use 'verbatimModuleSyntax' instead.
error TS5101: Option 'preserveValueImports' is deprecated and will stop functioning in TypeScript 5.5. Specify compilerOption '"ignoreDeprecations": "5.0"' to silence this error.
  Use 'verbatimModuleSyntax' instead.
Error: Process completed with exit code 2.
@capital-G capital-G added frontend Stuff that the client sees backlog labels May 23, 2023
@vin-ni vin-ni linked a pull request May 30, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog frontend Stuff that the client sees
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant