From e04cd906243f59d9aeb4319bd63b9364a893e761 Mon Sep 17 00:00:00 2001 From: "Zhuohuan LI (CARPE DIEM)" Date: Tue, 11 Oct 2016 02:01:17 +0800 Subject: [PATCH] fix #40 (typescript bug) --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 2ba6a44a..b83b6a80 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "compilerOptions": { "target": "es6" + , "moduleResolution": "node" , "outDir": "dist" , "noImplicitAny": false , "strictNullChecks": true -- GitLab