From 7b757e53771dfea2326b2c8d6901e39c66e23230 Mon Sep 17 00:00:00 2001 From: C-3PO Date: Tue, 23 Oct 2018 23:23:49 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=E2=80=8D=E2=99=82=EF=B8=8F=20Updat?= =?UTF-8?q?e=20tsconfig=20so=20it=20generates=20.d.ts=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index cc1e4c4..5aebffb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "compilerOptions": { "baseUrl": ".", + "declaration": true, "inlineSourceMap": true, "inlineSources": true, "module": "commonjs",