Connected-react-router: Could not find a declaration file for module 'connected-react-router/immutable'

Created on 30 Oct 2017  路  4Comments  路  Source: supasate/connected-react-router

After I started to use typescript, can I at least ignore it somehow ?

Most helpful comment

My Fix until it is added

  1. Create file for example types.d.ts
  2. Type declare module 'connected-react-router/immutable'; and save
  3. Add into tsconfig.json
{
...
"files": [
        "types.d.ts",
        ...
 ]
...
}

All 4 comments

My Fix until it is added

  1. Create file for example types.d.ts
  2. Type declare module 'connected-react-router/immutable'; and save
  3. Add into tsconfig.json
{
...
"files": [
        "types.d.ts",
        ...
 ]
...
}

This issue is still present.

Any good news?

still ignored error problem even it is really easy to fix for @supasate

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Hardtack picture Hardtack  路  3Comments

preciselywilliam picture preciselywilliam  路  4Comments

zry754331875 picture zry754331875  路  3Comments

abeledovictor picture abeledovictor  路  3Comments

hauptrolle picture hauptrolle  路  3Comments