- 
                Notifications
    
You must be signed in to change notification settings  - Fork 812
 
How to fix Javascript Intellisense in cshtml
        Victor Tomaili edited this page May 3, 2021 
        ·
        1 revision
      
    Note: This will work on 2017 and above. Tested on visual studio 2019
- Remove _references.js files
 - Add jsconfig.json
 
{
 "compilerOptions": {"experimentalDecorators": true},
  "include": [
    "./typings/serenity/Serenity.CoreLib.d.ts",
    "./typings/jspdf/jspdf.autotable.d.ts",
    "./typings/jsondiffpatch/index.d.ts",
    "./typings/bootstrap-switch/index.d.ts",
    "./Imports/**/*",
    "./Modules/**/*"
  ]
}Copyright © Serenity Platform 2017-present. All rights reserved.
Documentation | Serene Template | Live Demo | Premium Support | Issues | Discussions