Files
chess/frontend/jsconfig.json

7 lines
87 B
JSON

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