Switch to react-redux for the music player
This commit is contained in:
parent
5d4ed8e167
commit
4d013e37a4
21 changed files with 574 additions and 450 deletions
8
tsconfig.json
Normal file
8
tsconfig.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"strictNullChecks": true,
|
||||
"esModuleInterop": true,
|
||||
"jsx": "react"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in a new issue