From d54f3d40bf0a2beac778f75cc683ed367ce32ee0 Mon Sep 17 00:00:00 2001 From: Daniel Jonathan Date: Thu, 16 May 2024 21:38:31 -0600 Subject: [PATCH] updating pac --- tsconfig.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index bc154ed..f5933c7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,6 +17,8 @@ "allowSyntheticDefaultImports": true, "allowJs": true, "checkJs": true, + "declaration": true, + "declarationMap": true, "noImplicitAny": true, "noImplicitReturns": true, "noUnusedLocals": true,