1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2024-10-27 20:34:29 +00:00
tobspr_shapez.io/src/js/jsconfig.json

8 lines
114 B
JSON
Raw Normal View History

2020-05-09 14:45:23 +00:00
{
"compilerOptions": {
"target": "es6",
"checkJs": true
},
"include": ["./**/*.js"]
}