From 9f110ae6b0d20ad8231e96ea1b0a01e16d73ccb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=D0=B0=D0=B0=D1=80=D1=82=D0=B5=D0=BD=20-=20Maarten?= Date: Fri, 13 Dec 2019 15:23:13 +0100 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index afd83384..ef4b2808 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "target": "es5", "module": "commonjs", - "declaration": false, + "declaration": true, "outDir": "./dist", "strict": true, "jsx": "react", @@ -13,4 +13,4 @@ }, "include": ["src"], "exclude": ["node_modules", "**/*.spec.tsx"] - } \ No newline at end of file + }