From 55cdf79f9c78d74c5dfe2ccfb884d828de464f3e Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Sun, 13 Dec 2020 19:48:02 +0100 Subject: [PATCH] Added declaration compiling --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f82b46d..1c3d607 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,8 @@ "outDir": "./dist", "esModuleInterop": true, "sourceMap": false, - "allowSyntheticDefaultImports": true + "allowSyntheticDefaultImports": true, + "declaration": true }, "include": [ "lib/**/*"