mirror of
https://github.com/MutableLoss/6502SimDesktop.git
synced 2024-10-31 20:08:45 +00:00
17 lines
141 B
Plaintext
17 lines
141 B
Plaintext
{
|
|
"presets": [
|
|
"es2017",
|
|
"stage-0"
|
|
],
|
|
"plugins": [
|
|
|
|
],
|
|
"env": {
|
|
"start": {
|
|
"presets": [
|
|
|
|
]
|
|
}
|
|
}
|
|
}
|