From 8f51a67dfa06918f3ca4acb26afa14d4d205b24e Mon Sep 17 00:00:00 2001 From: Kadi Kraman Date: Mon, 7 Sep 2020 19:12:41 +0100 Subject: [PATCH] Target es2019 for optional chaiining --- exchanges/auth/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/exchanges/auth/tsconfig.json b/exchanges/auth/tsconfig.json index 5797ce6168..28c325158e 100644 --- a/exchanges/auth/tsconfig.json +++ b/exchanges/auth/tsconfig.json @@ -3,6 +3,7 @@ "include": ["src"], "compilerOptions": { "baseUrl": "./", + "target": "es2019", "paths": { "urql": ["../../node_modules/urql/src"], "*-urql": ["../../node_modules/*-urql/src"],