mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
b497344521
- add new logo - add tsconfig.json - move logo to new component - update bottombar - remove props from hotkeys and progress bar - convert perks.js -> perks.ts
10 lines
125 B
JSON
10 lines
125 B
JSON
{
|
|
"compilerOptions": {
|
|
"jsx": "preserve",
|
|
"paths": {
|
|
"baseUrl": ["./"],
|
|
"@/*": ["./src/*"]
|
|
}
|
|
}
|
|
}
|