Use ES2020, add dev dep for randombytes

This commit is contained in:
junderw 2021-10-20 23:55:57 +09:00
parent 32cc25dad8
commit b1ff3cee49
No known key found for this signature in database
GPG key ID: B256185D3A971908
8 changed files with 50 additions and 43 deletions

View file

@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ESNEXT",
"target": "ES2020",
"module": "commonjs",
"outDir": "../",
"declaration": false,