cleanup music search + actually compile subdirectories with tsc 😭

This commit is contained in:
Linnea Gräf 2025-04-12 12:46:12 +02:00
parent bdec64a050
commit f76984fa7d
No known key found for this signature in database
GPG key ID: AA563E93EB628D91
16 changed files with 63 additions and 55 deletions

View file

@ -17,5 +17,5 @@
"module": "ESNext"
}
},
"include": ["src/*"]
"include": ["src/**/*.ts"]
}