diff --git a/tsconfig.json b/tsconfig.json index 3545c2b5..fa43aa1b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,5 +12,5 @@ "skipLibCheck": true, "skipDefaultLibCheck": true }, - "exclude": ["node_modules", "docs"] + "exclude": ["node_modules", "docs", "dist"] }