From 8363f74cf9df54039bc3e6dbcd9de4749b5e7f8f Mon Sep 17 00:00:00 2001 From: Dillon Kearns Date: Sun, 11 Apr 2021 07:08:01 -0700 Subject: [PATCH] Point to correct file in tsconfig.json. --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 0ea2bc1..0a3e844 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,6 @@ "outDir": "dist" }, "files": [ - "src/index.ts" + "src/analyse.ts" ] -} \ No newline at end of file +}