mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-16 02:18:16 -07:00
12 lines
276 B
Plaintext
12 lines
276 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",
|
|
"./dist/serviceworker.js"
|
|
]
|
|
}
|