mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-15 01:48:16 -07:00
11 lines
225 B
Plaintext
11 lines
225 B
Plaintext
{
|
|
"ecmaVersion": "es5",
|
|
"modules": "false",
|
|
"files": "./dist/**/*.js",
|
|
"not": [
|
|
"./dist/libraries/pdf.worker.js",
|
|
"./dist/libraries/worker-bundle.js",
|
|
"./dist/serviceworker.js"
|
|
]
|
|
}
|