From 32350701bd8cc27785706df7ee37043bb7badece Mon Sep 17 00:00:00 2001 From: Carlos Villuendas Zambrana Date: Tue, 8 Oct 2024 11:39:15 +0200 Subject: [PATCH] feat(packages/lint-reporters): create package --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 96482e01e..39070c0f8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "declaration": true, "jsx": "react-jsx", - "module": "es6", + "module": "es2020", "esModuleInterop": true, "moduleResolution": "node", "noImplicitAny": false,