From c0ecb7130538bfb0792b4543eb42752ad0bbdc01 Mon Sep 17 00:00:00 2001 From: Ryan Sonshine Date: Wed, 3 Feb 2021 18:39:12 -0500 Subject: [PATCH] feat(types): add type definitions for library usage --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 9f16433..f8b3816 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,7 @@ "outDir": "lib/", "esModuleInterop": true, "skipLibCheck": true, + "declaration": true, "forceConsistentCasingInFileNames": true }, "include": ["src/**/*.ts"]