From 1c5e1b32423ab699495a40cbd29af20335450f47 Mon Sep 17 00:00:00 2001 From: Michael Dougherty Date: Thu, 2 Oct 2025 16:10:48 -0700 Subject: [PATCH] Update tsconfig.json --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 6ead5fc..4f26b20 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,8 @@ "strict": true, "composite": true, "forceConsistentCasingInFileNames": true, - "allowImportingTsExtensions": true + "allowImportingTsExtensions": true, + "emitDeclarationOnly": true }, "exclude": ["**/node_modules/**", "**/*.spec.ts", "**/dist/**/*"], "include": ["src"]