This repository has been archived on 2021-02-20. You can view files and clone it, but cannot push or open issues or pull requests.
shapez.io/src/js/jsconfig.json

8 lines
114 B
JSON

{
"compilerOptions": {
"target": "es6",
"checkJs": true
},
"include": ["./**/*.js"]
}