
"include": // Ensure the "Office-js" type definition is fetched "enable": true, // Enable automatic fetching of type definitions for. "Scripts/Office/1" // Suppress loading all the.

"node_modules", // Don't include any JavaScript found under "node_modules" "noEmit": true // Do not compile the JS (or TS) files in this project on build "allowJs": true, // These settings apply to. This was all functional prior to the VS Update. Is there something wrong with my tsconfig file? is there any log that I can look at that might help me debug the current issue? I've created a tsconfig.json file at the root of my project. My project has MANY js and json pages, however they are all in the excluded folders and the files I'm including are less than 1MB. intelliSense doesn't work, and the Script Function lists at the top of the document editor are empty. "known issue" found here, however I am not receiving that error message, I get no messages. On a stand alone JS file, the intelliSense and DocumentFormatting still seems to work so I'm guessing that the problem has something to do with the

I'm using the "new JavaScript Language Service" in my options dialog, (turning this off will allow for the old Langue service to work.). I've just updated my VS2017 and the TypeScript intelliSense for JavaScript stopped working.
