#'importsNotUsedAsValues' deprecation warning in tsconfig.json
3 messages · Page 1 of 1 (latest)
3 messages · Page 1 of 1 (latest)
tsconfig.json warns me about the following:
lag 'importsNotUsedAsValues' is deprecated and will stop functioning in TypeScript 5.5. Specify 'ignoreDeprecations: "5.0"' to silence this error.
Use 'verbatimModuleSyntax' instead.```
is there a way i can fix this?