tsconfig.json generated by jsii has compilerOptions 'Charset' #4562
Unanswered
abinash453
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
tsconfig.json auto generated by jsii has "charset": "utf8" in "compilerOptions". But Option 'charset' is deprecated as per https://www.typescriptlang.org/tsconfig#charset
also during jest testing, this gives error:
error TS5101: Option 'charset' is deprecated and will stop functioning in TypeScript 5.5. Specify compilerOption '"ignoreDeprecations": "5.0"' to silence this error.
Beta Was this translation helpful? Give feedback.
All reactions