Answers for "Esta sintaxe requer um auxiliar importado chamado '__spreadArrays' que não existe em 'tslib'. Considere atualizar sua versão do 'tslib"

CSS
0

This syntax requires an imported helper but module 'tslib' cannot be found.

{
  // ...rest of config
  "compilerOptions": {
    // ...rest of compiler options
    "baseUrl: ".",
    "paths": {
      "tslib" : ["path/to/node_modules/tslib/tslib.d.ts"]
    }
  }
}
Posted by: Guest on July-16-2020

Code answers related to "Esta sintaxe requer um auxiliar importado chamado '__spreadArrays' que não existe em 'tslib'. Considere atualizar sua versão do 'tslib"

Browse Popular Code Answers by Language