Add required compiler option

This commit is contained in:
Karol Janyst 2016-12-22 12:27:52 +09:00
parent 80c2931a0c
commit 3a2ed9b79d

View File

@ -3,6 +3,7 @@
"module": "commonjs",
"target": "es6",
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": true,
"baseUrl": "../",
"typeRoots": [