1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00
tobspr_shapez.io/electron/jsconfig.json
Даниїл Григор'єв 3e0f00b077
Electron wrapper refactor
2022-05-28 23:04:16 +03:00

8 lines
138 B
JSON

{
"compilerOptions": {
"target": "ES2019",
"module": "CommonJS"
},
"include": ["./src/**/*.js", "index.js"]
}