11 lines
241 B
Text
11 lines
241 B
Text
![]() |
{
|
||
|
"ecmaVersion": "es5",
|
||
|
"modules": "false",
|
||
|
"files": "./dist/**/*.js",
|
||
|
"not": [
|
||
|
"./dist/libraries/pdf.worker.js",
|
||
|
"./dist/libraries/worker-bundle.js",
|
||
|
"./dist/libraries/wasm-gen/libarchive.js"
|
||
|
]
|
||
|
}
|