From 012e3d3c897e38bc2e4c6cc63096cb45b54bc86f Mon Sep 17 00:00:00 2001 From: Florian Imdahl Date: Fri, 11 Dec 2020 15:58:32 +0100 Subject: [PATCH] fix: Publish TypeScript declaration files --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index a5acba1..537bb17 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "declaration": true, "target": "es2019", "module": "commonjs", "outDir": "./dist",