diff --git a/tsconfig.json b/tsconfig.json index 5e2cef52..faab4178 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,7 @@ "src/**/*", "src/**/*.d.ts", "docs/**/*", + "dist/**/*", ], "exclude": ["public/**/*", "node_modules"], "compilerOptions": {