Open jusper-dk opened 7 years ago
Unfortunately the HTML editor in VS doesn't yet support Typescript blocks, but it is coming. There is nothing this extension can do to fix it
/cc @bowdenk7
Is there any new information on this or any way to monitor the progress of Typescript block support in VS?
Not that I know of
Unfortunately the HTML editor in VS doesn't yet support Typescript blocks, but it is coming. There is nothing this extension can do to fix it
/cc @bowdenk7
It's coming? Has it come yet? It's 2.5 years?
Installed product versions
Description
I get a warning in .vue files: cannot use imports, exports and module augmentations when '--module' is 'none' whereas the module type is specified in my .tsconfig file: { "compilerOptions": { "module": "es2015", .... }
Where should I specify it else?
Steps to recreate
Current behavior
The warning appear on 'import' directive.
Expected behavior
No warnings.