From 3fe5d715a5dcf89f09e5cd43238f465afb747887 Mon Sep 17 00:00:00 2001 From: cryptcoin-junkey <16408160+cryptcoin-junkey@users.noreply.github.com> Date: Sun, 25 Feb 2018 16:52:45 +0900 Subject: [PATCH] Generate/publish *.ts.d (#851) For TypeScript --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index cdceed6b..98c396e2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,7 @@ "removeComments": false, "preserveConstEnums": false, "suppressImplicitAnyIndexErrors": false, - "declaration": false, + "declaration": true, "sourceMap": true, "skipLibCheck": true },