You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2019. It is now read-only.
ERROR in [default] <PATH>\client\common-controls\links Links.tsx:9:36
Cannot find module 'react-responsive'.
ERROR in [default] <PATH>\client\common-controls\memberships\MembershipRow.tsx:15:37
Cannot find module 'react-responsive'.
...and so on
Uh oh!
There was an error while loading. Please reload this page.
I've got a problem with using a shorhand ambient module declarations, (more about them here: https://github.com/Microsoft/TypeScript/wiki/What's-new-in-TypeScript#shorthand-ambient-module-declarations) and
awesome-typescript-loader
(ver. 2.2.4).Declarations from
declarations.d.ts
file are not recognized byawesome-typescript-loader
and I'm getting following errors:My
declarations.d.ts
file looks like this:and it just works with
ts-loader
or directly withtsc
compiler with the sametsconfig.json
.My tsconfig.json:
Thanks in advance for any hints.
The text was updated successfully, but these errors were encountered: