From feb18e10aadf78606212dcfbb79813aaa4084103 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Tue, 4 Mar 2025 12:29:13 -0800 Subject: [PATCH] Remove deprecated file reference. --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index ba7d00a..4a2f876 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,7 +17,6 @@ }, "include": [ "src/main.ts", - "src/global.ts", "src/*", "src/**/*" ] -- 2.34.1