Adjust TS target (#698)

This commit is contained in:
Jaco
2022-12-13 09:01:39 +02:00
committed by GitHub
parent cd074efa3b
commit 02a0ea3d7d
+2 -1
View File
@@ -20,6 +20,7 @@
"@polkadot/vue-identicon": ["vue-identicon/src"],
"@polkadot/vue-identicon/*": ["vue-identicon/src/*"]
},
"skipLibCheck": true
"skipLibCheck": true,
"target": "es2015"
}
}