From cbb447f68b2df52ce1fea321edcbdeceae93912c Mon Sep 17 00:00:00 2001 From: Matt Shwery Date: Tue, 27 Oct 2020 16:24:06 -0500 Subject: [PATCH] include ts declarations --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index f864324..d7e723d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,6 +9,7 @@ "sourceMap": true, "outDir": "dist", "baseUrl": ".", + "declaration": true, "resolveJsonModule": true, "paths": { "*": ["node_modules/*", "src/types/*"]