BetterSelect/jsconfig.json

7 lines
88 B
JSON

{
"compilerOptions": {
"target": "es2020",
"allowJs": true,
"checkJs": true
}
}