mirror of
https://github.com/MutableLoss/6502SimDesktop.git
synced 2024-11-21 22:32:13 +00:00
17 lines
141 B
Plaintext
17 lines
141 B
Plaintext
|
{
|
||
|
"presets": [
|
||
|
"es2017",
|
||
|
"stage-0"
|
||
|
],
|
||
|
"plugins": [
|
||
|
|
||
|
],
|
||
|
"env": {
|
||
|
"start": {
|
||
|
"presets": [
|
||
|
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|