BetterSelect/jsconfig.json

8 lines
88 B
JSON
Raw Normal View History

2024-12-17 17:36:02 +00:00
{
"compilerOptions": {
2025-01-29 15:52:23 +00:00
"target": "es2020",
2024-12-17 17:36:02 +00:00
"allowJs": true,
"checkJs": true
}
}