Adopt Monarch breaking change

This commit is contained in:
Alex Dima 2016-12-21 15:53:21 +02:00
parent 03eaf41470
commit b5b35011ef
3 changed files with 8 additions and 13 deletions

View file

@ -7,5 +7,6 @@
"**/out": true
},
"editor.tabSize": 4,
"editor.insertSpaces": false
"editor.insertSpaces": false,
"typescript.tsdk": "./node_modules/typescript/lib"
}