From 5cf164ad5787eb1a56041cb4bf9461683613e043 Mon Sep 17 00:00:00 2001 From: Holly Date: Fri, 12 May 2023 10:53:44 +0100 Subject: [PATCH] Create declarations --- tsconfig.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 21fddc5..ac966ec 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,7 @@ "resolveJsonModule": true, "rootDir": "./", "outDir": "./build", - "strict": true + "strict": true, + "declaration": true } -} \ No newline at end of file +}