From cf88db908f39f3a95d237b15b0e3e9e18909cd2f Mon Sep 17 00:00:00 2001 From: Lautaro Dragan Date: Thu, 30 Jul 2020 19:45:47 -0300 Subject: [PATCH] lib: emit declarations --- lib/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/tsconfig.json b/lib/tsconfig.json index f1c567f..b58e7b7 100644 --- a/lib/tsconfig.json +++ b/lib/tsconfig.json @@ -6,7 +6,8 @@ "removeComments": true, "preserveConstEnums": true, "sourceMap": true, - "outDir": "./dist" + "outDir": "./dist", + "declaration": true }, "include": [ "./src/**/*"