message ordering bug fix

This commit is contained in:
Adhiraj
2020-10-05 23:13:03 +05:30
parent c0ca27dc2f
commit 9c34f35a7b
4 changed files with 6 additions and 3 deletions

View File

@@ -9,6 +9,7 @@
"strict": false,
"noImplicitThis": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"forceConsistentCasingInFileNames": true,
"declaration": true,
"lib": ["es2019", "esnext.array"]