beatsaber-overlay/jsconfig.json
2026-02-19 17:20:35 -05:00

8 lines
95 B
JSON

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