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 has been archived by the owner on Jan 26, 2019. It is now read-only.
This is a reference to TypeStrong/ts-loader#277 - there's a problem in ts-loader where using transpileOnly: true prevents importing .d.ts files that aren't paired with a JavaScript file. tsc won't have a problem with these, but ts-loader will. This project specifies transpileOnly: true which triggers that bug.
The text was updated successfully, but these errors were encountered:
This is a reference to TypeStrong/ts-loader#277 - there's a problem in ts-loader where using
transpileOnly: true
prevents importing.d.ts
files that aren't paired with a JavaScript file. tsc won't have a problem with these, but ts-loader will. This project specifiestranspileOnly: true
which triggers that bug.The text was updated successfully, but these errors were encountered: