From b56b8448f3925aff2a47574bfcc25762b3126cf0 Mon Sep 17 00:00:00 2001 From: Martin Hochel Date: Fri, 27 Aug 2021 16:42:33 +0200 Subject: [PATCH] fixup! chore(react-slider): properly apply nx migrate-converged-pkg to adhere to new dx setup --- packages/react-slider/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react-slider/tsconfig.json b/packages/react-slider/tsconfig.json index 6bf6c152b13983..d07617f617b008 100644 --- a/packages/react-slider/tsconfig.json +++ b/packages/react-slider/tsconfig.json @@ -2,9 +2,9 @@ "extends": "../../tsconfig.base.json", "include": ["src"], "compilerOptions": { - "target": "ES2020", + "target": "ES2019", "module": "CommonJS", - "lib": ["ES2020", "dom"], + "lib": ["ES2019", "dom"], "outDir": "dist", "jsx": "react", "declaration": true,