From f4a67f2d1aeffba2fb7f02457156d28c8dc95fc8 Mon Sep 17 00:00:00 2001 From: ZomoXYZ Date: Mon, 6 Jun 2022 21:08:10 -0500 Subject: [PATCH] test --- tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 2d7f543..d0e7945 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,5 +13,8 @@ "rootDir": "./src", "outDir": "./lib", "moduleResolution": "node" - } + }, + "files": [ + "index.d.ts" + ] }