I have a Javascript project, and recently i added Typescript files to it. When i import a ts file into a js file, there is no automatic code completion or suggestions. If i try to import the build of the ts files (which are js files) i do have it (because of checkJs:true in tsconfig.json).
Is it possible to have code completion or sugggestions based on the classes imported from the .ts files?