diff --git a/tsconfig.json b/tsconfig.json index 867b464..0ba4565 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,5 +11,5 @@ "esModuleInterop": true }, "include": ["*.ts", "src/**/*.ts"], - "exclude": ["node_modules", "lib"] + "exclude": ["node_modules", "dist"] }