mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
8 lines
114 B
JSON
8 lines
114 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"checkJs": true
|
|
},
|
|
"include": ["./**/*.js"]
|
|
}
|