From 908f7507c8ffbf1d36929a7c51a49e6005066413 Mon Sep 17 00:00:00 2001 From: Andre Staltz Date: Tue, 2 Jan 2024 12:35:36 +0200 Subject: [PATCH] update tsconfig.json --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 156adc5..cc6e7af 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,8 @@ "exclude": ["coverage/", "node_modules/", "test/"], "compilerOptions": { "checkJs": true, - "noEmit": true, + "declaration": true, + "emitDeclarationOnly": true, "exactOptionalPropertyTypes": true, "forceConsistentCasingInFileNames": true, "lib": ["es2022", "dom"],