Adjust TS target (#2687)

This commit is contained in:
Jaco
2022-12-13 09:00:08 +02:00
committed by GitHub
parent 8c17668a3f
commit ca90853eec
+2 -1
View File
@@ -6,6 +6,7 @@
"@polkadot/phishing": ["phishing/src"],
"@polkadot/phishing/*": ["phishing/src/*"]
},
"skipLibCheck": true
"skipLibCheck": true,
"target": "es2015"
}
}