You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generated projects have the tsd.json file setup with references to Angular and Office typings. It would be helpful to include the reference to the /typings/tsd.d.ts file in all .js files so that developers can benefit of intellisense even if they're coding in plain JavaScript.
The text was updated successfully, but these errors were encountered:
Actually what we need is to add a tsconfig.json to the root of the project that's created because editors will see that and automatically load all *.ts and *.d.ts files into memory so you don't have to do it. I thought we did add it... but looks like not... I can do this as I'm adding working on a bug fix update this weekend.
…v#86
Added `tsconfig.json` to the root of all projects, assisting in intellisense/autocomplete in editors (such as VSCode) that will automatically load the office.d.ts typedefinition file.
Generated projects have the tsd.json file setup with references to Angular and Office typings. It would be helpful to include the reference to the /typings/tsd.d.ts file in all .js files so that developers can benefit of intellisense even if they're coding in plain JavaScript.
The text was updated successfully, but these errors were encountered: