diff --git a/tsconfig.json b/tsconfig.json index 41769a1..e60de47 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,5 +13,5 @@ "strict": true, "esModuleInterop": true }, - "exclude": ["index.d.ts", "main", "renderer"] + "exclude": ["dist", "index.d.ts", "main", "renderer"] }