mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-23 05:59:54 +00:00
11 lines
241 B
Plaintext
11 lines
241 B
Plaintext
|
{
|
||
|
"ecmaVersion": "es5",
|
||
|
"modules": "false",
|
||
|
"files": "./dist/**/*.js",
|
||
|
"not": [
|
||
|
"./dist/libraries/pdf.worker.js",
|
||
|
"./dist/libraries/worker-bundle.js",
|
||
|
"./dist/libraries/wasm-gen/libarchive.js"
|
||
|
]
|
||
|
}
|