adventofcode2023/day3/tsc80-config.json
2023-12-03 17:28:27 +01:00

11 lines
245 B
JSON

{
"tic": {
"ticExecutable": "C:\\Users\\cambi\\AppData\\Roaming\\com.nesbox.tic\\TIC-80\\tic80.exe"
},
"compression": {
"compressedFile": "build/compressed.js",
"indentLevel": 1,
"compress": false,
"mangle": false
}
}