Convert store selectors to Typescript

Closes #3937
This commit is contained in:
Bogdan 2023-07-30 16:23:41 +03:00
commit db9e62f79d
28 changed files with 188 additions and 125 deletions

View file

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