From 930ca41595bc5e2a7567e08e89658d1dcd2a5faf Mon Sep 17 00:00:00 2001 From: Tom Wolfe Date: Tue, 7 Aug 2018 11:19:27 +0100 Subject: [PATCH] Output typescript declarations on build. --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 740d288..b6fbe4f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,7 +4,7 @@ "outDir": "./dist", "baseUrl": "src", "sourceMap": true, - "declaration": false, + "declaration": true, "moduleResolution": "node", "emitDecoratorMetadata": true, "experimentalDecorators": true,