#'importsNotUsedAsValues' deprecation warning in tsconfig.json

3 messages · Page 1 of 1 (latest)

atomic sigil
#

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?
turbid kiln
#

As they say, you can silence the error for now

#

When TypeScript 5.0 will release officially (you're using a beta), we'll update our presets accordingly