diff --git a/tsconfig.base.json b/tsconfig.base.json index 537361156..d25964f2d 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -6,6 +6,7 @@ "@polkadot/phishing": ["phishing/src"], "@polkadot/phishing/*": ["phishing/src/*"] }, - "skipLibCheck": true + "skipLibCheck": true, + "target": "es2015" } }