Convert Indexer Stats to Typescript

This commit is contained in:
Bogdan
2023-07-25 01:27:20 +03:00
parent 809ed940e6
commit f618901048
20 changed files with 389 additions and 416 deletions

View File

@@ -26,7 +26,8 @@ module.exports = {
globals: {
expect: false,
chai: false,
sinon: false
sinon: false,
JSX: true
},
parserOptions: {