Files
chess/frontend/jsconfig.json
2021-11-08 21:55:51 +01:00

7 lines
84 B
JSON

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