Switch to react-redux for the music player

This commit is contained in:
Tristan Daniël Maat 2020-03-27 22:23:31 +00:00 committed by Tristan Daniël Maat
parent 5d4ed8e167
commit 4d013e37a4
Signed by: tlater
GPG key ID: 49670FD774E43268
21 changed files with 574 additions and 450 deletions

8
tsconfig.json Normal file
View file

@ -0,0 +1,8 @@
{
"compilerOptions": {
"strictNullChecks": true,
"esModuleInterop": true,
"jsx": "react"
}
}