mirror of
https://github.com/tenrok/vue-json-viewer.git
synced 2026-05-15 11:59:40 +03:00
10 lines
116 B
Plaintext
10 lines
116 B
Plaintext
{
|
|
"presets": [
|
|
"es2015"
|
|
],
|
|
"plugins": [
|
|
"transform-vue-jsx",
|
|
"transform-object-rest-spread"
|
|
]
|
|
}
|