chore(server): Disable compileOnSave within tsconfig.json

Closes #260
This commit is contained in:
Dominic Watson 2016-02-27 16:19:29 +01:00 committed by jkuri
parent 5592a6b373
commit e7e722cf9b
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{
"compileOnSave": false,
"compilerOptions": {
"declaration": false,
"emitDecoratorMetadata": true,

View File

@ -1,4 +1,5 @@
{
"compileOnSave": false,
"compilerOptions": {
"declaration": false,
"emitDecoratorMetadata": true,