mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-12-01 10:10:33 +00:00
17 lines
212 B
Plaintext
17 lines
212 B
Plaintext
{
|
|
"env": {
|
|
"test": {
|
|
"presets": [
|
|
[
|
|
"@babel/preset-env",
|
|
{
|
|
"targets": {
|
|
"node": "current"
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|
|
}
|