This repository was archived by the owner on Jan 26, 2019. It is now read-only.
This repository was archived by the owner on Jan 26, 2019. It is now read-only.
Can't import .d.ts modules #290
Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels