beatsaber-overlay/jsconfig.json
Isaiah Billingsley 63361cf5d1 Complete rewrite from scratch
- Plain JS
- BS+ only
- Simple song info only
- No configuration
2026-02-19 08:47:37 +00:00

7 lines
69 B
JSON

{
"compilerOptions": {
"checkJs": true,
"target": "es2021"
}
}