From f723f0a00e1560726fbe198c6f3ca85b050ab402 Mon Sep 17 00:00:00 2001 From: Roderick Hsiao Date: Wed, 30 Mar 2022 13:15:20 -0700 Subject: [PATCH] Includ test file to publish --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 76b8208..fed511b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -99,6 +99,7 @@ "skipLibCheck": true /* Skip type checking all .d.ts files. */ }, "include": [ - "src/**/*.ts" + "src/**/*", + "test/**/*" ], }