mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
9 lines
201 B
Text
9 lines
201 B
Text
{
|
|
"ecmaVersion": "es5",
|
|
"files": "./dist/**/*.js",
|
|
"not": [
|
|
"./dist/libraries/pdf.worker.js",
|
|
"./dist/libraries/worker-bundle.js",
|
|
"./dist/serviceworker.js"
|
|
]
|
|
}
|