From ef8a1ba860191fd8fd7da15b00aa82c6d69a1986 Mon Sep 17 00:00:00 2001 From: Xevion Date: Mon, 27 May 2024 04:34:02 -0500 Subject: [PATCH] Properly add 'dist' output folder to tsconfig.exclude --- tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 1e4d16e..2e9d44a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -21,5 +21,8 @@ }, "jsx": "react-jsx", "jsxImportSource": "react" - } + }, + "exclude": [ + "./dist" + ] } \ No newline at end of file