Closed
Description
TypeScript Version: 2.4.1
Code
// A *self-contained* demonstration of the problem follows...
declare module "*.vue" {
import Vue from 'vue'
export default typeof Vue
}
Expected behavior:
A file with the above content used to work when importing .vue
files.
In 2.4.1 It looks like the file is not taken into account as every .vue file gets imported as "string"?
Actual behavior:
Everything seems to be imported as string?