adventofcode2023/day5/tsc80-config.json
2023-12-05 19:22:52 +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
}
}