shapez/src/js/jsconfig.json

8 lines
114 B
JSON
Raw Permalink Normal View History

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