Thomas
Member since Jul 24, 2018
- Profile: /members/13790-thomas.htm
- Comments: 1
Recent Blog Comments By Thomas
-
Note To Self: Adding Type Declaration Files To A TypeScript 2.6.2 Project
Posted on Jul 24, 2018 at 12:11 PM
@Ben Is there a way to use these d.ts files to get code completion in the same js file without importing something? If for example i have a calc.js and a calc.d.ts . Is it possible to get codecompletion and type hints inside calc.js ? I know that i can use JSDoc types to get type anotation... read more »