From cc5059c0ad9abf15f1920a3860de3ff3eeb9264c Mon Sep 17 00:00:00 2001 From: Udit Karode Date: Sat, 8 Apr 2023 11:27:54 +0530 Subject: [PATCH] chore(tsconfig): ignore `dist` --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }