From 25210ec3e13b6b47d8ba9a51263ab556cd7dc002 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 25 Jul 2021 22:46:09 +0200 Subject: Changed Typescript js & module versions to ES2020 --- packages/client/tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/client') diff --git a/packages/client/tsconfig.json b/packages/client/tsconfig.json index ed61201..eedafcb 100644 --- a/packages/client/tsconfig.json +++ b/packages/client/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { - "target": "esnext", - "module": "esnext", + "target": "ES2020", + "module": "ES2020", "strict": true, "jsx": "preserve", "moduleResolution": "node", -- cgit v1.2.3-18-g5258