I have a project written in Aurelia and I am openning it with Visual Studio 2015 as a Web Site. The problem is when I try to edit a file it works very slow (I have to wait about 10 seconds before I can type). I tried the next things, but it didn't work:
- In tsconfig.json, set the compileOnSave to false
- From VS => Tools => Options => Text Editor => TypeScript => Project => uncheck "Automatically compile TypeScript files which are not part of a project".
Do you have any suggestion?