I have a project written in Aurelia and I open it with Visual Studio 2015 as a website. The problem is that when I try to edit the file, it works very slowly (I have to wait about 10 seconds before I can print). I tried the following things, but this did not work:
- In tsconfig.json set compileOnSave to false
- From VS => Tools => Options => Text Editor => TypeScript => Project => uncheck "Automatically compile TypeScript files that are not part of the project."
Do you have any suggestions?
source
share