You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 CIThe text was updated successfully, but these errors were encountered: