From 592cd6979a156c5183ef20abbed1cd5887b0e1ed Mon Sep 17 00:00:00 2001 From: John Hooks Date: Sun, 19 Mar 2023 13:46:26 -0700 Subject: [PATCH] fix: tsconfig.js --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index bf631e0..26a7d8c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,5 +9,5 @@ "declaration": true, "emitDeclarationOnly": true }, - "include": ["src/**/*.js"] + "include": ["src/**/*"] }