From 02a0ea3d7d7c78183fac748a4436857843cb618c Mon Sep 17 00:00:00 2001 From: Jaco Date: Tue, 13 Dec 2022 09:01:39 +0200 Subject: [PATCH] Adjust TS target (#698) --- tsconfig.base.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.base.json b/tsconfig.base.json index 602626e4..d1cc5505 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -20,6 +20,7 @@ "@polkadot/vue-identicon": ["vue-identicon/src"], "@polkadot/vue-identicon/*": ["vue-identicon/src/*"] }, - "skipLibCheck": true + "skipLibCheck": true, + "target": "es2015" } }