mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-11 16:26:20 +00:00
* WIP: wasm-bindgen-rayon and new OMT plugin * Bump package-lock * Make OMT work again * Update year * Restore accidental change * Prevent minification of `nextDefineUri` * Delay loading external deps This gives inline `define` calls a chance to define dependencies for earlier `define` calls on the same page. * Add comment
14 lines
284 B
JSON
14 lines
284 B
JSON
{
|
|
"extends": "./generic-tsconfig.json",
|
|
"compilerOptions": {
|
|
"lib": ["webworker", "esnext"]
|
|
},
|
|
"include": [
|
|
"src/features/**/worker/**/*",
|
|
"src/features/**/shared/**/*",
|
|
"src/features/worker-utils/**/*",
|
|
"src/features-worker/**/*",
|
|
"src/sw/**/*"
|
|
]
|
|
}
|