From 8a3321db97850c78e834d94fde1c38f8305692a6 Mon Sep 17 00:00:00 2001 From: N0chteil <53608074+N0chteil@users.noreply.github.com> Date: Sun, 11 Sep 2022 15:34:06 +0200 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 9855399..923cded 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,7 @@ "inlineSourceMap": true, "outDir": "dist/", "rootDir": "src/", + "declaration": true, "removeComments": true, "esModuleInterop": true, "skipLibCheck": true,