mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
8 lines
138 B
JSON
8 lines
138 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES2019",
|
||
|
"module": "CommonJS"
|
||
|
},
|
||
|
"include": ["./src/**/*.js", "index.js"]
|
||
|
}
|