From e1c26c3c47b163ad572391ebd9f167cecf32f647 Mon Sep 17 00:00:00 2001 From: tiagosiebler Date: Fri, 8 Nov 2024 13:13:58 +0000 Subject: [PATCH] chore(): update linter tsconfig --- tsconfig.linting.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.linting.json b/tsconfig.linting.json index d61d7a6..cc3794b 100644 --- a/tsconfig.linting.json +++ b/tsconfig.linting.json @@ -2,7 +2,6 @@ "extends": "./tsconfig.json", "compilerOptions": { "module": "commonjs", - // "outDir": "dist/cjs", "target": "esnext", "rootDir": "../", "allowJs": true