From d552d92eb8eb06f852a54d0f60c8d1d1adb77b9e Mon Sep 17 00:00:00 2001 From: Dav Hill Date: Wed, 29 Jan 2025 10:43:59 +1100 Subject: [PATCH] Add declaration files to build output --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 32ab52e..3e83fb9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "compilerOptions": { "rootDir": "./", "outDir": "./build", - "declaration": false + "declaration": true }, "include": [ "./"