From 38321b3ca2df4f9f39ea28e174f60f947268067a Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Sat, 2 Sep 2017 11:16:37 +0100 Subject: [PATCH] Add declaration true to tsconfig --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f041a66..0e0d451 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "declaration": false, + "declaration": true, "inlineSources": true, "module": "commonjs", "moduleResolution": "node",