From 90d76ad685f2a4e46c36f2f92d7d3edfa9909057 Mon Sep 17 00:00:00 2001 From: christopher-buss Date: Fri, 8 Nov 2024 00:25:39 +0000 Subject: [PATCH] fix: cannot write file because it would overwrite input file error --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index f30130e..7e587de 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -29,5 +29,5 @@ } ] }, - "exclude": ["./eslint.config.ts"] + "exclude": ["./eslint.config.ts", "out"] }