diff --git a/tsconfig.json b/tsconfig.json index 03ebb74..85aab8d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -29,5 +29,5 @@ "**/*.cjs", "**/*.mjs" ], - "exclude": ["node_modules"] + "exclude": ["node_modules", "lostpixel.config.ts"] }