Is it possible to configure completion of non .ts
files when using ES6 import
of CommonJS require
?
For example, I want to import .css
file. Here is how it looks in .js
(completion for all possible file types):
And similar in .ts
(completion only for .ts
files):
via GProst
No comments:
Post a Comment